Searched refs:waitForNextFrame (Results 1 – 8 of 8) sorted by relevance
49 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
125 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
166 status_t waitForNextFrame(nsecs_t timeout) override;
203 status_t Camera3OfflineSession::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3OfflineSession
163 status_t waitForNextFrame(nsecs_t timeout) override;
1893 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
148 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
2157 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame() function in android::Surface