Home
last modified time | relevance | path

Searched defs:setVideoTarget (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/camera/
H A DCamera.cpp111 status_t Camera::setVideoTarget(const sp<SurfaceType>& target) { in setVideoTarget() function in android::Camera
H A DICamera.cpp347 status_t setVideoTarget(const sp<SurfaceType>& target) { in setVideoTarget() function in android::hardware::BpCamera
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/fuzzer/
H A Dmediarecorder_fuzzer.cpp151 status_t setVideoTarget(const sp<SurfaceType> & /*target*/) override { return 0; }; in setVideoTarget() function in TestCamera
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp2311 status_t Camera2Client::setVideoTarget(const sp<SurfaceType>& target) { in setPreviewWindowL() function in android::Camera2Client