Searched refs:waitForNextFrame (Results 1 – 6 of 6) sorted by relevance
236 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
110 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
130 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
137 virtual status_t waitForNextFrame(nsecs_t timeout);
1504 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
1349 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame() function in android::Surface