Searched refs:waitForNextFrame (Results 1 – 6 of 6) sorted by relevance
109 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
302 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
133 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
163 status_t waitForNextFrame(nsecs_t timeout) override;
1873 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
1780 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame() function in android::Surface