Searched refs:setVideoTarget (Results 1 – 11 of 11) sorted by relevance
347 status_t setVideoTarget(const sp<SurfaceType>& target) { in setVideoTarget() function in android::hardware::BpCamera568 reply->writeInt32(setVideoTarget(sp)); in onTransact()570 reply->writeInt32(setVideoTarget(st)); in onTransact()581 reply->writeInt32(setVideoTarget(cp)); in onTransact()
109 status_t Camera::setVideoTarget(const sp<SurfaceType>& target) { in setVideoTarget() function in android::Camera114 return c->setVideoTarget(target); in setVideoTarget()
145 virtual status_t setVideoTarget(const sp<SurfaceType>& bufferProducer) = 0;
156 status_t setVideoTarget(const sp<SurfaceType>& target);
83 virtual status_t setVideoTarget(const sp<SurfaceType>& target);
2313 status_t Camera2Client::setVideoTarget(const sp<SurfaceType>& target) { in setPreviewWindowL() function in android::Camera2Client
151 status_t setVideoTarget(const sp<SurfaceType> & /*target*/) override { return 0; }; in setVideoTarget() function in TestCamera
275 mCamera->setVideoTarget(surface in invokeCamera()
516 res = mCamera->setVideoTarget(mVideoBufferProducer); in initBufferQueue()
684 cameraDevice->setVideoTarget(previewSurfaceVideo in invokeCameraAPIs()
567 virtual status_t setVideoTarget(const sp<SurfaceType>& target) = 0;