Searched refs:waitForEvents (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/ |
D | FakeVehicleHalValueGeneratorsTest.cpp | 65 void waitForEvents(size_t count) { in waitForEvents() function in android::hardware::automotive::vehicle::fake::FakeVehicleHalValueGeneratorsTest 137 waitForEvents(events.size()); in TEST_F() 160 waitForEvents(1); in TEST_F() 182 waitForEvents(10); in TEST_F() 202 waitForEvents(10); in TEST_F() 222 waitForEvents(10); in TEST_F() 242 waitForEvents(10); in TEST_F() 263 waitForEvents(10); in TEST_F() 309 waitForEvents(expectedValues.size()); in TEST_F() 327 waitForEvents(40); in TEST_F() [all …]
|
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 103 void waitForEvents(const std::vector<SensorInfoType>& sensorsToWaitFor, in waitForEvents() function 474 callback.waitForEvents(sensors, std::chrono::milliseconds(1000) /* timeout */); in TEST_P() 785 callback.waitForEvents(sensors, kFiveHundredMs + (5 * maxMinDelay)); in TEST_P() 806 callback.waitForEvents(sensors, kFiveHundredMs + (5 * maxMinDelay)); in TEST_P()
|
/hardware/interfaces/sensors/aidl/vts/ |
D | VtsAidlHalSensorsTargetTest.cpp | 261 void waitForEvents(const std::vector<SensorInfo>& sensorsToWaitFor, in waitForEvents() function in EventCallback 658 callback.waitForEvents(sensors, std::chrono::milliseconds(1000) /* timeout */); in TEST_P() 897 callback.waitForEvents(sensors, kFiveHundredMs + (5 * maxMinDelay)); in TEST_P() 918 callback.waitForEvents(sensors, kFiveHundredMs + (5 * maxMinDelay)); in TEST_P()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/ |
D | DefaultVhalImpl_test.cpp | 133 void waitForEvents(std::vector<VehiclePropValuePtr>* receivedEvents, size_t count) { in waitForEvents() function in __anonf43038720111::DefaultVhalImplTest 334 waitForEvents(&receivedEvents, 5); in TEST_F() 343 waitForEvents(&receivedEvents, 10); in TEST_F() 365 waitForEvents(&receivedEvents, 4 * 2); in TEST_F()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 3374 waitForEvents(const vector<Event>& events) in waitForEvents() function in cl::Event
|
D | cl.hpp | 2969 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents() function in cl::Event
|