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

/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h246 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
252 * May be called concurrently to most methods, except for waitForNextFrame.
H A DFrameProcessorBase.cpp109 res = device->waitForNextFrame(kWaitDuration);
/frameworks/native/include/gui/
H A DSurface.h131 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h151 status_t waitForNextFrame(nsecs_t timeout) override;
H A DCamera3Device.cpp1638 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { function in class:android::Camera3Device
/frameworks/native/libs/gui/
H A DSurface.cpp1692 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { function in class:android::Surface

Completed in 6487 milliseconds