Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp169 TaskContext readerCtx; in testFullQueueIo() local
170 readerCtx.success = true; in testFullQueueIo()
171 readerCtx.queue = queue; in testFullQueueIo()
178 pthread_create(&reader, NULL, fullQueueReaderTask, &readerCtx); in testFullQueueIo()
184 if (!readerCtx.success || !writerCtx.success) return false; in testFullQueueIo()