Searched refs:waitForNextFrame (Results 1 – 6 of 6) sorted by relevance
124 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
306 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
149 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
150 status_t waitForNextFrame(nsecs_t timeout) override;
2286 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
1919 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame() function in android::Surface