OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:waitForVSync
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/qemu-pipeline3/
QemuSensor.cpp
141
bool QemuSensor::
waitForVSync
(nsecs_t reltime) {
/frameworks/native/services/surfaceflinger/
EventThread.cpp
213
bool
waitForVSync
= false;
250
waitForVSync
= true;
284
if (timestamp && !
waitForVSync
) {
288
} else if (!timestamp &&
waitForVSync
) {
302
if (
waitForVSync
) {
/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.cpp
168
bool Sensor::
waitForVSync
(nsecs_t reltime) {
/device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp
177
bool Sensor::
waitForVSync
(nsecs_t reltime) {
Completed in 919 milliseconds