Searched refs:expectedFlushCount (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 222 int32_t expectedFlushCount, Result expectedResponse); 224 int32_t flushCalls, int32_t expectedFlushCount, Result expectedResponse); 595 bool activateSensor, int32_t expectedFlushCount, in runSingleFlushTest() argument 597 runFlushTest(sensors, activateSensor, 1 /* flushCalls */, expectedFlushCount, expectedResponse); in runSingleFlushTest() 601 int32_t flushCalls, int32_t expectedFlushCount, in runFlushTest() argument 651 ASSERT_EQ(callback.getFlushCount(sensor.sensorHandle), expectedFlushCount); in runFlushTest()
|
/hardware/interfaces/sensors/aidl/vts/ |
D | VtsAidlHalSensorsTargetTest.cpp | 381 int32_t expectedFlushCount, bool expectedResult); 384 int32_t flushCalls, int32_t expectedFlushCount, bool expectedResult); 498 bool activateSensor, int32_t expectedFlushCount, in runSingleFlushTest() argument 500 runFlushTest(sensors, activateSensor, 1 /* flushCalls */, expectedFlushCount, expectedResult); in runSingleFlushTest() 504 int32_t flushCalls, int32_t expectedFlushCount, in runFlushTest() argument 542 ASSERT_EQ(callback.getFlushCount(sensor.sensorHandle), expectedFlushCount); in runFlushTest()
|