Searched refs:CameraServiceInterfaceCode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 73 …static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_GET_CAMERAS), data, reply, option… in GetCameras() 100 …static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_GET_CAMERA_IDS), data, reply, opt… in GetCameraIds() 122 …static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_GET_CAMERA_ABILITY), data, reply,… in GetCameraAbility() 141 …static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_CREATE_DEVICE), data, reply, opti… in CreateCameraDevice() 410 … static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_CREATE_DEFERRED_PREVIEW_OUTPUT), in CreateDeferredPreviewOutput() 444 CameraServiceInterfaceCode::CAMERA_SERVICE_CREATE_DEPTH_DATA_OUTPUT), data, reply, option); in CreateDepthDataOutput() 552 …static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_MUTE_CAMERA), data, reply, option… in MuteCamera() 660 static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_SET_TORCH_LEVEL), in SetTorchLevel() 786 static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_RESET_ALL_FREEZE_STATUS), in ResetAllFreezeStatus() 816 static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_GET_CAMERA_OUTPUT_STATUS), in GetCameraOutputStatus() [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 52 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_CREATE_DEVICE): in OnRemoteRequest() 55 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_SET_CAMERA_CALLBACK): in OnRemoteRequest() 58 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_SET_MUTE_CALLBACK): in OnRemoteRequest() 61 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_SET_TORCH_CALLBACK): in OnRemoteRequest() 64 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_SET_FOLD_CALLBACK): in OnRemoteRequest() 67 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_GET_CAMERAS): in OnRemoteRequest() 70 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_GET_CAMERA_IDS): in OnRemoteRequest() 100 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_SET_LISTENER_OBJ): in OnRemoteRequest() 106 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_MUTE_CAMERA): in OnRemoteRequest() 112 case static_cast<uint32_t>(CameraServiceInterfaceCode::CAMERA_SERVICE_IS_CAMERA_MUTED): in OnRemoteRequest() [all …]
|
/ohos5.0/base/security/access_token/services/common/test/unittest/ |
H A D | interface_code_test.cpp | 116 …ASSERT_EQ(static_cast<uint32_t>(CameraStandard::CameraServiceInterfaceCode::CAMERA_SERVICE_IS_CAME… 118 …ASSERT_EQ(static_cast<uint32_t>(CameraStandard::CameraServiceInterfaceCode::CAMERA_SERVICE_MUTE_CA…
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | camera_service_ipc_interface_code.h | 88 enum CameraServiceInterfaceCode { enum
|