Home
last modified time | relevance | path

Searched defs:cmdId (Results 1 - 25 of 113) sorted by relevance

12345

/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_test_pnp_notify.c41 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 Dsample_driver.cpp24 SampleServiceDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceDispatch() argument
/drivers/hdf_core/framework/core/shared/src/
H A Dhdf_io_service.c37 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 Dtest_helper_driver.c31 HelperDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HelperDriverDispatch() argument
/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_dispatch_sample.c40 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 Ddisplay_cmd_utils.h36 static const char *CommandToString(int32_t cmdId) in CommandToString() argument
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatchercapturecmdid_fuzzer/
H A Daudioadmdispatchercapturecmdid_fuzzer.cpp50 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 Daudioadmdispatcherrendercmdid_fuzzer.cpp51 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 Daudioadmdispatchercontrolcmdid_fuzzer.cpp54 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 Daudiointerfacelibctlrendercmdid_fuzzer.cpp56 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 Daudiointerfacelibctlcapturecmdid_fuzzer.cpp55 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 Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp55 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 Daudiointerfaceliboutputrendercmdid_fuzzer.cpp55 int32_t cmdId = *(reinterpret_cast<int32_t *>(const_cast<uint8_t *>(data))); in AudioInterfaceliboutputrenderCmdidFuzzTest() local
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_driver.c31 static int32_t CodecComponentTypeDriverDispatch(struct HdfDeviceIoClient *client, int32_t cmdId, in CodecComponentTypeDriverDispatch() argument
/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_stub.cpp66 OnRemoteRequest( uint32_t cmdId, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.c194 HdfTestCaseProcess(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HdfTestCaseProcess() argument
/drivers/peripheral/audio/effect/host/
H A Daudio_effect_driver.c32 EffectModelDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) EffectModelDriverDispatch() argument
/drivers/peripheral/audio/effect/model/src/
H A Deffect_control.c52 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 Dbattery_interface_driver.cpp31 static int32_t BatteryInterfaceDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in BatteryInterfaceDriverDispatch() argument
/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_driver.cpp41 static int32_t HciInterfaceDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in HciInterfaceDriverDispatch() argument
/drivers/peripheral/camera/interfaces/hdi_ipc/
H A Dcamera_host_driver.cpp29 static int32_t CameraHostDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in CameraHostDriverDispatch() argument
/drivers/peripheral/audio/hdi_service/primary/
H A Daudio_manager_driver.c33 AudioManagerDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) AudioManagerDriverDispatch() argument
/drivers/peripheral/clearplay/interfaces/src/
H A Dmedia_key_system_factory_driver.cpp33 static int32_t MediaKeySystemFactoryDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in MediaKeySystemFactoryDriverDispatch() argument
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_manager_driver.cpp32 static int32_t CodecComponentManagerDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in CodecComponentManagerDriverDispatch() argument
/drivers/peripheral/codec/image/hdi_service/src/
H A Dcodec_image_driver.cpp31 static int32_t CodecImageDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in CodecImageDriverDispatch() argument

Completed in 9 milliseconds

12345