Home
last modified time | relevance | path

Searched refs:CameraHostDriverDispatch (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/
H A Dcamera_host_driver.cpp29 static int32_t CameraHostDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf… in CameraHostDriverDispatch() function
73 hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch; in HdfCameraHostDriverBind()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/config/
H A Ddcamera_host_config.cpp36 static int32_t CameraHostDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf… in CameraHostDriverDispatch() function
90 hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch; in HdfCameraHostDriverBind()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_0/cpp_target/camera/v1_0/
H A Dcamera_host_driver.cpp.txt31 static int32_t CameraHostDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf…
67 hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/cpp_target/camera/v1_1/
H A Dcamera_host_driver.cpp.txt31 static int32_t CameraHostDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf…
67 hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dcamera_host_driver.cpp.txt31 static int32_t CameraHostDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf…
67 hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-camera-des.md105 hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch; // 提供远端CameraHost调用方法
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-camera-des.md113 …hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch; // Provide a method to remotely …