Home
last modified time | relevance | path

Searched refs:queueSize (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp135 bool fullQueueReaderShouldRead(int queueSize, int totalReads) { in fullQueueReaderShouldRead() argument
136 if (queueSize == 0) { in fullQueueReaderShouldRead()
139 int totalWrites = totalReads + queueSize; in fullQueueReaderShouldRead()
140 return queueSize == FULL_QUEUE_CAPACITY || totalWrites == FULL_QUEUE_EVENT_COUNT; in fullQueueReaderShouldRead()
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp8946 cl_uint queueSize, in DeviceCommandQueue() argument
8956 CL_QUEUE_SIZE, queueSize, in DeviceCommandQueue()
9097 const Context &context, const Device &device, cl_uint queueSize, cl_int *err = nullptr) in makeDefault() argument
9105 CL_QUEUE_SIZE, queueSize, in makeDefault()