Searched refs:mInputSurfacePromise (Results 1 – 2 of 2) sorted by relevance
231 std::promise<sp<Surface>> mInputSurfacePromise; variable
344 mInputSurfaceFuture(mInputSurfacePromise.get_future()) { in VirtualCameraRenderThread()467 mInputSurfacePromise.set_value(mEglSurfaceTexture->getSurface()); in threadLoop()