Home
last modified time | relevance | path

Searched refs:waitForNextFrame (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h236 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
DFrameProcessorBase.cpp110 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
/frameworks/native/include/gui/
DSurface.h130 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h137 virtual status_t waitForNextFrame(nsecs_t timeout);
DCamera3Device.cpp1504 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
/frameworks/native/libs/gui/
DSurface.cpp1349 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame() function in android::Surface