Searched refs:CameraHostDriverDispatch (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/ |
H A D | camera_host_driver.cpp | 29 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 D | dcamera_host_config.cpp | 36 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 D | camera_host_driver.cpp.txt | 31 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 D | camera_host_driver.cpp.txt | 31 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 D | camera_host_driver.cpp.txt | 31 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 D | driver-peripherals-camera-des.md | 105 hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch; // 提供远端CameraHost调用方法
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-camera-des.md | 113 …hdfCameraHostHost->ioService.Dispatch = CameraHostDriverDispatch; // Provide a method to remotely …
|