Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp35 bool checkInt(const char* msg, int expected, int actual) { in checkInt() function
130 checkInt("totalWrites", FULL_QUEUE_EVENT_COUNT, totalWrites) && in fullQueueWriterTask()
131 checkInt("totalWaits", FULL_QUEUE_EVENT_COUNT - FULL_QUEUE_CAPACITY, totalWaits); in fullQueueWriterTask()
160 ctx->success = ctx->success && checkInt("totalreads", FULL_QUEUE_EVENT_COUNT, totalReads); in fullQueueReaderTask()