Change size of data array for testcases that write max size of queue

There are a few test cases that will write the max number of elements
into the queues.
The data array needs to be equal to or greater than the number of
elements to be written, or else the queue will be writing data from
outside of the array.

Test: atest fmq_test
Change-Id: I70737b64c9e28b57dae3eb56c6b3df9a562a25f8
1 file changed
tree: 26bcdcdca1cc0a40c9e122d25fd12d256ec5a4b5
  1. base/
  2. benchmarks/
  3. include/
  4. tests/
  5. Android.bp
  6. EventFlag.cpp
  7. FmqInternal.cpp
  8. OWNERS
  9. PREUPLOAD.cfg
  10. TEST_MAPPING