Searched refs:flushCalls (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 224 int32_t flushCalls, int32_t expectedFlushCount, Result expectedResponse); 601 int32_t flushCalls, int32_t expectedFlushCount, in runFlushTest() argument 621 for (int32_t i = 0; i < flushCalls; i++) { in runFlushTest() 623 << "Flush " << i << "/" << flushCalls << ": " in runFlushTest() 635 callback.waitForFlushEvents(sensorGroup, flushCalls, in runFlushTest()
|
/hardware/interfaces/sensors/aidl/vts/ |
D | VtsAidlHalSensorsTargetTest.cpp | 384 int32_t flushCalls, int32_t expectedFlushCount, bool expectedResult); 504 int32_t flushCalls, int32_t expectedFlushCount, in runFlushTest() argument 515 for (int32_t i = 0; i < flushCalls; i++) { in runFlushTest() 517 << "Flush " << i << "/" << flushCalls << ": " in runFlushTest() 527 callback.waitForFlushEvents(sensors, flushCalls, std::chrono::milliseconds(1000) /* timeout */); in runFlushTest()
|