Home
last modified time | relevance | path

Searched refs:OpenCamera_V1_2 (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dcamera_host_service.cpp.txt30 int32_t CameraHostService::OpenCamera_V1_2(const std::string& cameraId,
H A Dcamera_host_service.h.txt30 int32_t OpenCamera_V1_2(const std::string& cameraId,
H A Dicamera_host.h.txt79 virtual int32_t OpenCamera_V1_2(const std::string& cameraId,
H A Dcamera_host_proxy.h.txt71 int32_t OpenCamera_V1_2(const std::string& cameraId,
H A Dcamera_host_stub.cpp.txt207 int32_t cameraHostRet = impl->OpenCamera_V1_2(cameraId, callbackObj, device);
H A Dcamera_host_proxy.cpp.txt174 int32_t OHOS::HDI::Camera::V1_2::CameraHostProxy::OpenCamera_V1_2(const std::string& cameraId,
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_host/
H A Ddcamera_host.h64 …int32_t OpenCamera_V1_2(const std::string &cameraId, const sptr<ICameraDeviceCallback> &callbackOb…
/ohos5.0/drivers/interface/camera/v1_2/
H A DICameraHost.idl48OpenCamera_V1_2([in] String cameraId, [in] ICameraDeviceCallback callbackObj, [out] ICameraDevice …
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DICameraHost.idl48OpenCamera_V1_2([in] String cameraId, [in] ICameraDeviceCallback callbackObj, [out] ICameraDevice …
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dbenchmark_common.cpp154 rc = serviceV1_2->OpenCamera_V1_2(cameraIds[1], deviceCallback, cameraDeviceV1_2); in OpenCameraV1_2()
156 rc = serviceV1_2->OpenCamera_V1_2(cameraIds[0], deviceCallback, cameraDeviceV1_2); in OpenCameraV1_2()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dhdi_common_v1_2.cpp150 rc = serviceV1_2->OpenCamera_V1_2(cameraIds[1], deviceCallback, cameraDeviceV1_2); in OpenCameraV1_2()
152 rc = serviceV1_2->OpenCamera_V1_2(cameraIds[0], deviceCallback, cameraDeviceV1_2); in OpenCameraV1_2()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H A Ddcamera_host.cpp204 int32_t DCameraHost::OpenCamera_V1_2(const std::string &cameraId, const sptr<ICameraDeviceCallback>… in OpenCamera_V1_2() function in OHOS::DistributedHardware::DCameraHost
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/
H A Dcommon.cpp204 rc = serviceV1_2->OpenCamera_V1_2(cameraIds.front(), deviceCallback, cameraDeviceV1_2); in OpenCameraV1_2()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/dump_ast_target/
H A Ddump.txt10 [mini, lite, full] OpenCamera_V1_2(
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp307 … rc = (CamRetCode)(cameraHostProxyV1_2_->OpenCamera_V1_2(cameraId, callback, hdiDevice_v1_2)); in OpenCamera()