/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/ |
H A D | usb_test_pnp_notify.c | 41 UsbTestPnpNotifyDispatch( struct HdfDeviceIoClient *client, int32_t cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) UsbTestPnpNotifyDispatch() argument
|
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_driver.cpp | 24 SampleServiceDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceDispatch() argument
|
/drivers/hdf_core/framework/core/shared/src/ |
H A D | hdf_io_service.c | 37 int32_t HdfIoServiceDispatch(struct HdfIoService *ioService, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfIoServiceDispatch() argument
|
/drivers/hdf_core/adapter/khdf/linux/test/test_helper_driver/src/ |
H A D | test_helper_driver.c | 31 HelperDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HelperDriverDispatch() argument
|
/drivers/hdf_core/framework/sample/platform/uart/src/ |
H A D | uart_dispatch_sample.c | 40 int32_t SampleDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleDispatch() argument
|
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_utils.h | 36 static const char *CommandToString(int32_t cmdId) in CommandToString() argument
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatchercapturecmdid_fuzzer/ |
H A D | audioadmdispatchercapturecmdid_fuzzer.cpp | 50 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioAdmDispatcherCaptureCmdidFuzzTest() member
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatcherrendercmdid_fuzzer/ |
H A D | audioadmdispatcherrendercmdid_fuzzer.cpp | 51 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioAdmDispatcherRenderCmdidFuzzTest() member
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatchercontrolcmdid_fuzzer/ |
H A D | audioadmdispatchercontrolcmdid_fuzzer.cpp | 54 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioAdmDispatcherControlCmdidFuzzTest() local
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlrendercmdid_fuzzer/ |
H A D | audiointerfacelibctlrendercmdid_fuzzer.cpp | 56 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioInterfacelibctlrenderCmdidFuzzTest() local
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/ |
H A D | audiointerfacelibctlcapturecmdid_fuzzer.cpp | 55 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioInterfacelibctlcaptureCmdidFuzzTest() local
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/ |
H A D | audiointerfaceliboutputcapturecmdid_fuzzer.cpp | 55 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioInterfaceliboutputcaptureCmdidFuzzTest() local
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputrendercmdid_fuzzer/ |
H A D | audiointerfaceliboutputrendercmdid_fuzzer.cpp | 55 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioInterfaceliboutputrenderCmdidFuzzTest() local
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_driver.c | 31 static int32_t CodecComponentTypeDriverDispatch(struct HdfDeviceIoClient *client, int32_t cmdId, in CodecComponentTypeDriverDispatch() argument
|
/drivers/peripheral/display/hdi_service/gralloc/server/ |
H A D | allocator_service_stub.cpp | 66 OnRemoteRequest( uint32_t cmdId, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
|
/drivers/hdf_core/framework/test/unittest/common/ |
H A D | hdf_main_test.c | 194 HdfTestCaseProcess(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HdfTestCaseProcess() argument
|
/drivers/peripheral/audio/effect/host/ |
H A D | audio_effect_driver.c | 32 EffectModelDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) EffectModelDriverDispatch() argument
|
/drivers/peripheral/audio/effect/model/src/ |
H A D | effect_control.c | 52 int32_t EffectControlSendCommand(struct IEffectControl *self, enum EffectCommandTableIndex cmdId, const int8_t *cmdData,
in EffectControlSendCommand() argument
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_interface_driver.cpp | 31 static int32_t BatteryInterfaceDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in BatteryInterfaceDriverDispatch() argument
|
/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | hci_interface_driver.cpp | 41 static int32_t HciInterfaceDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data,
in HciInterfaceDriverDispatch() argument
|
/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 *data, in CameraHostDriverDispatch() argument
|
/drivers/peripheral/audio/hdi_service/primary/ |
H A D | audio_manager_driver.c | 33 AudioManagerDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) AudioManagerDriverDispatch() argument
|
/drivers/peripheral/clearplay/interfaces/src/ |
H A D | media_key_system_factory_driver.cpp | 33 static int32_t MediaKeySystemFactoryDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in MediaKeySystemFactoryDriverDispatch() argument
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_manager_driver.cpp | 32 static int32_t CodecComponentManagerDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in CodecComponentManagerDriverDispatch() argument
|
/drivers/peripheral/codec/image/hdi_service/src/ |
H A D | codec_image_driver.cpp | 31 static int32_t CodecImageDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in CodecImageDriverDispatch() argument
|