Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h238 bool WaitForVSync(nsecs_t rel_time);
DEmulatedRequestProcessor.cpp489 sensor_->WaitForVSync(EmulatedSensor::kSupportedFrameDurationRange[1]); in RequestProcessorLoop()
DEmulatedSensor.cpp555 bool EmulatedSensor::WaitForVSync(nsecs_t reltime) { in WaitForVSync() function in android::EmulatedSensor