Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp215 bool waitForCallback(nsecs_t reltime = 0) { in waitForCallback() argument
217 nsecs_t endTime = systemTime() + reltime; in waitForCallback()
219 if (reltime == 0) { in waitForCallback()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h368 bool WaitForVSyncLocked(nsecs_t reltime);
DEmulatedSensor.cpp542 bool EmulatedSensor::WaitForVSyncLocked(nsecs_t reltime) { in WaitForVSyncLocked() argument
545 auto res = vsync_.waitRelative(control_mutex_, reltime); in WaitForVSyncLocked()
555 bool EmulatedSensor::WaitForVSync(nsecs_t reltime) { in WaitForVSync() argument
558 return WaitForVSyncLocked(reltime); in WaitForVSync()