Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/sensors/common/vts/2_X/
H A DVtsHalSensorsV2_XTargetTest.h225 int32_t flushCalls, int32_t expectedFlushCount, Result expectedResponse);
598 int32_t flushCalls, int32_t expectedFlushCount, in runFlushTest() argument
609 for (int32_t i = 0; i < flushCalls; i++) { in runFlushTest()
611 << "Flush " << i << "/" << flushCalls << ": " in runFlushTest()
622 callback.waitForFlushEvents(sensors, flushCalls, milliseconds(1000) /* timeout */); in runFlushTest()