Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h224 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/
DVtsAidlHalSensorsTargetTest.cpp384 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()