Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp124 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
DCameraDeviceBase.h306 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
/frameworks/native/libs/gui/include/gui/
DSurface.h149 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h150 status_t waitForNextFrame(nsecs_t timeout) override;
DCamera3Device.cpp2286 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
/frameworks/native/libs/gui/
DSurface.cpp1919 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame() function in android::Surface