Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/include/utils/
H A DCondition.h120 inline status_t Condition::waitRelative(Mutex& mutex, nsecs_t reltime) { in waitRelative()
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DMutexed.h126 inline status_t waitForConditionRelative(Condition &cond, nsecs_t reltime) { in waitForConditionRelative()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedSensor.cpp542 bool EmulatedSensor::WaitForVSyncLocked(nsecs_t reltime) { in WaitForVSyncLocked()
555 bool EmulatedSensor::WaitForVSync(nsecs_t reltime) { in WaitForVSync()
/aosp12/hardware/interfaces/broadcastradio/1.0/vts/functional/
H A DVtsHalBroadcastradioV1_0TargetTest.cpp215 bool waitForCallback(nsecs_t reltime = 0) { in waitForCallback()