Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp503 std::vector<Event> collectEvents(useconds_t timeLimitUs, size_t nEventLimit,
621 std::vector<Event> SensorsHidlTest::collectEvents(useconds_t timeLimitUs, size_t nEventLimit, in collectEvents() function in SensorsHidlTest
982 events = collectEvents(minTimeUs, minNEvent, true /*clearBeforeStart*/); in testStreamingOperation()
1120 events1 = collectEvents(collectionTimeoutUs, minNEvent); in testSamplingRateHotSwitchOperation()
1126 events2 = collectEvents(collectionTimeoutUs, minNEvent); in testSamplingRateHotSwitchOperation()
1247 collectEvents(0 /*timeLimitUs*/, 0/*nEventLimit*/, in testBatchingOperation()
1255 events = collectEvents(allowedBatchDeliverTimeNs / 1000, in testBatchingOperation()