Searched refs:waitForNextFrame (Results 1 – 12 of 12) sorted by relevance
48 virtual status_t waitForNextFrame(nsecs_t timeout) = 0;
128 res = device->waitForNextFrame(kWaitDuration); in threadLoop()
60 bool waitForNextFrame(std::chrono::nanoseconds timeout);
104 bool EglSurfaceTexture::waitForNextFrame(const std::chrono::nanoseconds timeout) { in waitForNextFrame() function in android::companion::virtualcamera::EglSurfaceTexture
163 status_t waitForNextFrame(nsecs_t timeout) override;
164 status_t Camera3OfflineSession::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3OfflineSession
273 status_t waitForNextFrame(nsecs_t timeout) override;
1764 status_t Camera3Device::waitForNextFrame(nsecs_t timeout) { in waitForNextFrame() function in android::Camera3Device
111 the input Surface (using `Surface::waitForNextFrame`).
438 bool gotNewFrame = mEglSurfaceTexture->waitForNextFrame(maxFrameDuration - in processTask()
230 bool waitForNextFrame(uint64_t lastFrame, nsecs_t timeout);
2832 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { function in android::Surface