Home
last modified time | relevance | path

Searched refs:StreamDepthDataInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_depth_data_stub.cpp35 case static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_START): in OnRemoteRequest()
38 case static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_STOP): in OnRemoteRequest()
41 … case static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_SET_CALLBACK): in OnRemoteRequest()
44 … case static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_ACCURACY_SET): in OnRemoteRequest()
47 case static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_RELEASE): in OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_depth_data_proxy.cpp39 …static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_START), data, reply, … in Start()
55 …static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_STOP), data, reply, o… in Stop()
71 …static_cast<uint32_t>(StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_RELEASE), data, reply… in Release()
93 StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_SET_CALLBACK), data, reply, option); in SetCallback()
111 StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_ACCURACY_SET), data, reply, option); in SetDataAccuracy()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_depth_data.cpp253 switch (static_cast<StreamDepthDataInterfaceCode>(interfaceCode)) { in OperatePermissionCheck()
254 case StreamDepthDataInterfaceCode::CAMERA_STREAM_DEPTH_DATA_START: { in OperatePermissionCheck()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dcamera_service_ipc_interface_code.h234 enum StreamDepthDataInterfaceCode { enum