/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/include/ |
H A D | hdf_audio_server_render.h | 21 int32_t HdiServiceCreatRender(const struct HdfDeviceIoClient *client, 23 int32_t HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, 25 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, 27 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, 29 int32_t HdiServiceRenderPause(const struct HdfDeviceIoClient *client, 31 int32_t HdiServiceRenderResume(const struct HdfDeviceIoClient *client, 33 int32_t HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, 49 int32_t HdiServiceRenderGetMute(const struct HdfDeviceIoClient *client, 51 int32_t HdiServiceRenderSetMute(const struct HdfDeviceIoClient *client, 59 int32_t HdiServiceRenderGetGain(const struct HdfDeviceIoClient *client, [all …]
|
H A D | hdf_audio_server_capture.h | 20 int32_t HdiServiceCreatCapture(const struct HdfDeviceIoClient *client, 22 int32_t HdiServiceCaptureDestory(const struct HdfDeviceIoClient *client, 24 int32_t HdiServiceCaptureStart(const struct HdfDeviceIoClient *client, 26 int32_t HdiServiceCaptureStop(const struct HdfDeviceIoClient *client, 28 int32_t HdiServiceCapturePause(const struct HdfDeviceIoClient *client, 30 int32_t HdiServiceCaptureResume(const struct HdfDeviceIoClient *client, 32 int32_t HdiServiceCaptureFlush(const struct HdfDeviceIoClient *client, 48 int32_t HdiServiceCaptureGetMute(const struct HdfDeviceIoClient *client, 50 int32_t HdiServiceCaptureSetMute(const struct HdfDeviceIoClient *client, 58 int32_t HdiServiceCaptureGetGain(const struct HdfDeviceIoClient *client, [all …]
|
H A D | hdf_audio_server_common.h | 40 typedef int32_t (*AudioAllfunc)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struc… 59 int32_t HdiServiceGetAllAdapter(const struct HdfDeviceIoClient *client, 61 int32_t HdiServiceLoadAdapter(const struct HdfDeviceIoClient *client, 63 int32_t HdiServiceInitAllPorts(const struct HdfDeviceIoClient *client, 65 int32_t HdiServiceUnloadAdapter(const struct HdfDeviceIoClient *client, 67 int32_t HdiServiceGetPortCapability(const struct HdfDeviceIoClient *client, 69 int32_t HdiServiceSetPassthroughMode(const struct HdfDeviceIoClient *client, 71 int32_t HdiServiceGetPassthroughMode(const struct HdfDeviceIoClient *client, 73 int32_t HdiServiceGetDevStatusByPNP(const struct HdfDeviceIoClient *client, 82 int32_t HdiServiceDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data,
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/include/ |
H A D | hdf_audio_server_render.h | 21 int32_t HdiServiceCreatRender(const struct HdfDeviceIoClient *client, 23 int32_t HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, 25 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, 27 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, 29 int32_t HdiServiceRenderPause(const struct HdfDeviceIoClient *client, 31 int32_t HdiServiceRenderResume(const struct HdfDeviceIoClient *client, 33 int32_t HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, 49 int32_t HdiServiceRenderGetMute(const struct HdfDeviceIoClient *client, 51 int32_t HdiServiceRenderSetMute(const struct HdfDeviceIoClient *client, 59 int32_t HdiServiceRenderGetGain(const struct HdfDeviceIoClient *client, [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/ |
H A D | camera_dispatch.c | 80 static int32_t CameraOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraOpenCamera() 127 static int32_t CameraCmdOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struc… in CameraCmdOpenCamera() 152 static int32_t CameraCmdCloseCamera(const struct HdfDeviceIoClient *client, in CameraCmdCloseCamera() 182 static int32_t CameraCmdPowerUp(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdPowerUp() 286 static int32_t CameraCmdGetCrop(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdGetCrop() 302 static int32_t CameraCmdSetCrop(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdSetCrop() 318 static int32_t CameraCmdGetFPS(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct Hd… in CameraCmdGetFPS() 334 static int32_t CameraCmdSetFPS(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct Hd… in CameraCmdSetFPS() 350 static int32_t CameraCmdEnumFmt(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdEnumFmt() 446 static int32_t CameraCmdStreamDeQueue(struct HdfDeviceIoClient *client, in CameraCmdStreamDeQueue() [all …]
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi_service_stub.cpp | 27 static int32_t SampleServiceStubPing(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in SampleServiceStubPing() 42 static int32_t SampleServiceStubSum(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in SampleServiceStubSum() 92 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubStructTrans() 116 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubBufferTrans() 140 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceRegisterDevice() 155 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceUnregisterDevice() 169 static int32_t SampleServiceUpdateDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceUpdateDevice() 182 static int32_t SampleServiceSmqTrans(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceSmqTrans() 203 static int32_t SampleServiceEndHost(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceEndHost() 212 static int32_t SampleServiceInjectPm(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceInjectPm() [all …]
|
H A D | sample_hdi.h | 26 struct HdfDeviceIoClient; 69 int32_t SampleServiceOnRemoteRequest(struct HdfDeviceIoClient *client, int cmdId,
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_render.cpp | 110 int32_t HdiServiceCreatRender(const struct HdfDeviceIoClient *client, in HdiServiceCreatRender() 162 int32_t HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, in HdiServiceRenderDestory() 224 int32_t HdiServiceRenderPause(const struct HdfDeviceIoClient *client, in HdiServiceRenderPause() 428 int32_t HdiServiceRenderGetMute(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetMute() 452 int32_t HdiServiceRenderSetMute(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetMute() 472 int32_t HdiServiceRenderSetVolume(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetVolume() 541 int32_t HdiServiceRenderGetGain(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetGain() 564 int32_t HdiServiceRenderSetGain(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetGain() 670 int32_t HdiServiceRenderGetSpeed(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetSpeed() 693 int32_t HdiServiceRenderSetSpeed(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetSpeed() [all …]
|
H A D | hdf_audio_server.cpp | 40 static int32_t HdiServiceGetAllAdapter(const struct HdfDeviceIoClient *client, in HdiServiceGetAllAdapter() 111 static int32_t HdiServiceLoadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceLoadAdapter() 165 static int32_t HdiServiceInitAllPorts(const struct HdfDeviceIoClient *client, in HdiServiceInitAllPorts() 189 static int32_t HdiServiceUnloadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceUnloadAdapter() 224 static int32_t HdiServiceGetPortCapability(const struct HdfDeviceIoClient *client, in HdiServiceGetPortCapability() 267 static int32_t HdiServiceSetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceSetPassthroughMode() 313 static int32_t HdiServiceGetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceGetPassthroughMode() 408 static int32_t HdiServiceDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in HdiServiceDispatch()
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_render.c | 123 int32_t HdiServiceCreatRender(const struct HdfDeviceIoClient *client, in HdiServiceCreatRender() 158 int32_t HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, in HdiServiceRenderDestory() 233 int32_t HdiServiceRenderPause(const struct HdfDeviceIoClient *client, in HdiServiceRenderPause() 477 int32_t HdiServiceRenderGetMute(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetMute() 505 int32_t HdiServiceRenderSetMute(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetMute() 529 int32_t HdiServiceRenderSetVolume(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetVolume() 610 int32_t HdiServiceRenderGetGain(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetGain() 637 int32_t HdiServiceRenderSetGain(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetGain() 763 int32_t HdiServiceRenderGetSpeed(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetSpeed() 790 int32_t HdiServiceRenderSetSpeed(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetSpeed() [all …]
|
H A D | hdf_audio_server_capture.c | 283 int32_t HdiServiceCaptureGetFrameSize(const struct HdfDeviceIoClient *client, in HdiServiceCaptureGetFrameSize() 308 int32_t HdiServiceCaptureGetFrameCount(const struct HdfDeviceIoClient *client, in HdiServiceCaptureGetFrameCount() 447 int32_t HdiServiceCaptureSelectScene(const struct HdfDeviceIoClient *client, in HdiServiceCaptureSelectScene() 474 int32_t HdiServiceCaptureGetMute(const struct HdfDeviceIoClient *client, in HdiServiceCaptureGetMute() 504 int32_t HdiServiceCaptureSetMute(const struct HdfDeviceIoClient *client, in HdiServiceCaptureSetMute() 529 int32_t HdiServiceCaptureSetVolume(const struct HdfDeviceIoClient *client, in HdiServiceCaptureSetVolume() 553 int32_t HdiServiceCaptureGetVolume(const struct HdfDeviceIoClient *client, in HdiServiceCaptureGetVolume() 616 int32_t HdiServiceCaptureGetGain(const struct HdfDeviceIoClient *client, in HdiServiceCaptureGetGain() 644 int32_t HdiServiceCaptureSetGain(const struct HdfDeviceIoClient *client, in HdiServiceCaptureSetGain() 892 int32_t HdiServiceCaptureAddEffect(const struct HdfDeviceIoClient *client, in HdiServiceCaptureAddEffect() [all …]
|
H A D | hdf_audio_server_common.c | 472 int32_t HdiServiceGetAllAdapter(const struct HdfDeviceIoClient *client, in HdiServiceGetAllAdapter() 519 int32_t HdiServiceReleaseAudioManagerObject(const struct HdfDeviceIoClient *client, in HdiServiceReleaseAudioManagerObject() 773 int32_t HdiServiceLoadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceLoadAdapter() 816 int32_t HdiServiceInitAllPorts(const struct HdfDeviceIoClient *client, in HdiServiceInitAllPorts() 843 int32_t HdiServiceUnloadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceUnloadAdapter() 881 int32_t HdiServiceGetPortCapability(const struct HdfDeviceIoClient *client, in HdiServiceGetPortCapability() 935 int32_t HdiServiceSetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceSetPassthroughMode() 984 int32_t HdiServiceGetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceGetPassthroughMode() 1036 static int32_t HdiServiceGetDevStatusByPnp(const struct HdfDeviceIoClient *client, in HdiServiceGetDevStatusByPnp() 1431 static int32_t HdiServiceAdapterSetMicMute(const struct HdfDeviceIoClient *client, in HdiServiceAdapterSetMicMute() [all …]
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/ |
H A D | hdf_device_desc.h | 122 struct HdfDeviceIoClient { struct 148 int32_t (*Open)(struct HdfDeviceIoClient *client); argument 160 …int32_t (*Dispatch)(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfS… 168 void (*Release)(struct HdfDeviceIoClient *client); 321 int32_t HdfDeviceSendEventToClient(const struct HdfDeviceIoClient *client, uint32_t id, const struc…
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | devsvc_manager_ext.c | 31 int32_t DeviceSvcMgrOpen(struct HdfDeviceIoClient *client) in DeviceSvcMgrOpen() 37 static int32_t DevSvcManagerExtRegisterListener(struct HdfDeviceIoClient *client, struct HdfSBuf *d… in DevSvcManagerExtRegisterListener() 66 static int32_t DevSvcManagerExtUnRegisterListener(struct HdfDeviceIoClient *client) in DevSvcManagerExtUnRegisterListener() 94 struct HdfDeviceIoClient *client = NULL; in DeviceSvcMgrDispatch() 104 client = (struct HdfDeviceIoClient *)(uintptr_t)ioClientPtr; in DeviceSvcMgrDispatch() 117 void DeviceSvcMgrRelease(struct HdfDeviceIoClient *client) in DeviceSvcMgrRelease()
|
H A D | servstat_listener_holder.c | 18 struct HdfDeviceIoClient *listenerClient; 86 struct HdfDeviceIoClient *client = (struct HdfDeviceIoClient *)listener; in ServStatListenerHolderCreate()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/ |
H A D | audio_stream_dispatch.c | 524 static int32_t StreamHostHwParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, in StreamHostHwParams() 665 static int32_t StreamHostRenderOpen(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, in StreamHostRenderOpen() 905 static int32_t StreamHostMmapPositionWrite(const struct HdfDeviceIoClient *client, in StreamHostMmapPositionWrite() 999 static int32_t StreamHostMmapPositionRead(const struct HdfDeviceIoClient *client, in StreamHostMmapPositionRead() 1071 static int32_t StreamHostRenderStart(const struct HdfDeviceIoClient *client, in StreamHostRenderStart() 1106 static int32_t StreamHostCaptureStart(const struct HdfDeviceIoClient *client, in StreamHostCaptureStart() 1223 static int32_t StreamHostCaptureStop(const struct HdfDeviceIoClient *client, in StreamHostCaptureStop() 1264 static int32_t StreamHostCaptureClose(const struct HdfDeviceIoClient *client, in StreamHostCaptureClose() 1306 static int32_t StreamHostRenderPause(const struct HdfDeviceIoClient *client, in StreamHostRenderPause() 1450 static int32_t StreamHostDspDecode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, in StreamHostDspDecode() [all …]
|
H A D | audio_control_dispatch.c | 111 static int32_t ControlHostElemInfo(const struct HdfDeviceIoClient *client, in ControlHostElemInfo() 147 static int32_t ControlHostElemUnloadCard(const struct HdfDeviceIoClient *client, in ControlHostElemUnloadCard() 238 static int32_t ControlHostElemGetCard(const struct HdfDeviceIoClient *client, in ControlHostElemGetCard() 281 static int32_t ControlHostElemRead(const struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, in ControlHostElemRead() 337 static int32_t ControlHostElemWrite(const struct HdfDeviceIoClient *client, in ControlHostElemWrite() 488 static int32_t ControlHostElemList(const struct HdfDeviceIoClient *client, in ControlHostElemList() 545 static int32_t ControlDispatch(struct HdfDeviceIoClient *client, int32_t cmdId, in ControlDispatch()
|
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/include/ |
H A D | camera_dispatch.h | 20 int32_t (*func)(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply); 23 int32_t HdfCameraDispatch(struct HdfDeviceIoClient *client, int cmdId,
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.h | 35 struct HdfDeviceIoClient *wpaClient; /**< Structure of the Wpa Device Client */ 36 …struct HdfDeviceIoClient *halClient; /**< Structure of the Ifeature Device Client…
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/ |
H A D | sample_driver.c | 74 static int32_t SampleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data… in SampleDriverSendEvent() 83 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleDriverDispatch()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/ |
H A D | sidecar.h | 34 struct HdfDeviceIoClient *client 43 int32_t DispatchToMessage(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *reqData, struct…
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/ |
H A D | hdf_kevent.c | 48 struct HdfDeviceIoClient *ioClient; 306 struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfKeventIoServiceDispatch() 323 static int32_t HdfKeventDriverOpen(struct HdfDeviceIoClient *client) in HdfKeventDriverOpen() 349 static void HdfKeventDriverClose(struct HdfDeviceIoClient *client) in HdfKeventDriverClose()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/ |
H A D | sample_driver_test.c | 149 static int32_t SampleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data… in SampleDriverSendEvent() 167 static int32_t SampleDriverUpdateService(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleDriverUpdateService() 186 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleDriverDispatch()
|
/ohos5.0/drivers/peripheral/usb/gadget/function/usbfn/ |
H A D | dev_usbfn.c | 61 static int32_t UsbFnRegistUsbfnDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struc… in UsbFnRegistUsbfnDevice() 99 struct HdfDeviceIoClient *client, int32_t cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in UsbFnDispatch()
|
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/include/ |
H A D | uart_dispatch_sample.h | 16 int32_t SampleDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct Hd…
|