Home
last modified time | relevance | path

Searched defs:waitForEvent (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleNetworkTestListener.h77 bool waitForEvent(int32_t property, int initialEventCount, nsecs_t reltime) { in waitForEvent() function
DIVehicleNetworkTestListener.h68 bool waitForEvent(int32_t property, nsecs_t reltime) { in waitForEvent() function
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkTest.java224 private synchronized boolean waitForEvent(Integer prop, long timeoutMs) in waitForEvent() method in VehicleNetworkTest.TestListener
DVehicleNetworkMockedTest.java415 public boolean waitForEvent(long timeoutMs, VehiclePropValue expected) in waitForEvent() method in VehicleNetworkMockedTest.EventListener