Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProducer.h49 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
H A DFrameProcessorBase.cpp125 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OfflineSession.h165 status_t waitForNextFrame(nsecs_t timeout) override;
H A DCamera3OfflineSession.cpp203 status_t Camera3OfflineSession::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3OfflineSession
H A DCamera3Device.h177 status_t waitForNextFrame(nsecs_t timeout) override;
H A DCamera3Device.cpp1973 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h157 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp2510 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame() function in android::Surface