Searched defs:setVideoTarget (Results 1 – 4 of 4) sorted by relevance
111 status_t Camera::setVideoTarget(const sp<SurfaceType>& target) { in setVideoTarget() function in android::Camera
347 status_t setVideoTarget(const sp<SurfaceType>& target) { in setVideoTarget() function in android::hardware::BpCamera
151 status_t setVideoTarget(const sp<SurfaceType> & /*target*/) override { return 0; }; in setVideoTarget() function in TestCamera
2311 status_t Camera2Client::setVideoTarget(const sp<SurfaceType>& target) { in setPreviewWindowL() function in android::Camera2Client