Home
last modified time | relevance | path

Searched refs:waitForVSync (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.h88 bool waitForVSync(nsecs_t reltime);
DQemuSensor.cpp173 bool QemuSensor::waitForVSync(nsecs_t reltime) { in waitForVSync() function in android::QemuSensor
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.h133 bool waitForVSync(nsecs_t reltime);
DSensor.cpp202 bool Sensor::waitForVSync(nsecs_t reltime) { in waitForVSync() function in android::Sensor
/device/generic/goldfish/camera/
DCameraRotator.h65 bool waitForVSync(nsecs_t reltime);
DCameraRotator.cpp163 bool CameraRotator::waitForVSync(nsecs_t reltime) { in waitForVSync() function in android::CameraRotator
DEmulatedQemuCamera3.cpp1030 while(!mSensor->waitForVSync(kSyncWaitTimeout)) { in processCaptureRequest()
DEmulatedFakeCamera2.cpp930 bool vsync = mParent->mSensor->waitForVSync(kWaitPerLoop); in configureNextCapture()
DEmulatedFakeCamera3.cpp1032 while(!mSensor->waitForVSync(kSyncWaitTimeout)) { in processCaptureRequest()
DEmulatedFakeRotatingCamera3.cpp1031 while(!mSensor->waitForVSync(kSyncWaitTimeout)) { in processCaptureRequest()