/drivers/peripheral/display/hdi_service/gralloc/server/ |
H A D | allocator_service_impl.cpp | 88 OHOS::MessageParcel *replyParcel = nullptr; in AllocatorServiceOnRemoteRequest() local 90 if (SbufToParcel(&reply, &replyParcel) != HDF_SUCCESS) { in AllocatorServiceOnRemoteRequest() 101 return allocatorService->OnRemoteRequest(cmdId, *dataParcel, *replyParcel, option); in AllocatorServiceOnRemoteRequest()
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_interface_driver.cpp | 37 OHOS::MessageParcel *replyParcel = nullptr; in BatteryInterfaceDriverDispatch() local 44 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in BatteryInterfaceDriverDispatch() 49 return hdfBatteryInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in BatteryInterfaceDriverDispatch()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_manager_driver.cpp | 39 OHOS::MessageParcel *replyParcel = nullptr; in CodecComponentManagerDriverDispatch() local 46 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in CodecComponentManagerDriverDispatch() 51 return hdfCodecComponentManagerHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in CodecComponentManagerDriverDispatch()
|
/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_driver.cpp | 35 OHOS::MessageParcel *replyParcel = nullptr; in InputInterfacesDriverDispatch() local 42 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in InputInterfacesDriverDispatch() 47 return hdfInputInterfacesHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in InputInterfacesDriverDispatch()
|
/drivers/peripheral/light/hdi_service/ |
H A D | light_if_driver.cpp | 38 OHOS::MessageParcel *replyParcel = nullptr; in LightInterfaceDriverDispatch() local 45 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in LightInterfaceDriverDispatch() 50 return hdfLightInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in LightInterfaceDriverDispatch()
|
/drivers/peripheral/partitionslot/hdi_service/src/ |
H A D | partition_slot_driver.cpp | 35 OHOS::MessageParcel *replyParcel = nullptr; in PartitionSlotDriverDispatch() local 42 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in PartitionSlotDriverDispatch() 47 return hdfPartitionSlotHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in PartitionSlotDriverDispatch()
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | power_interface_driver.cpp | 39 OHOS::MessageParcel *replyParcel = nullptr; in PowerInterfaceDriverDispatch() local 46 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in PowerInterfaceDriverDispatch() 51 return hdfPowerInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in PowerInterfaceDriverDispatch()
|
/drivers/peripheral/memorytracker/hdi_service/src/ |
H A D | memorytracker_interface_driver.cpp | 37 OHOS::MessageParcel *replyParcel = nullptr; in MemoryTrackerInterfaceDriverDispatch() local 44 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in MemoryTrackerInterfaceDriverDispatch() 49 return hdfMemoryTrackerInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in MemoryTrackerInterfaceDriverDispatch()
|
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_driver.cpp | 39 OHOS::MessageParcel *replyParcel = nullptr; in SensorInterfaceDriverDispatch() local 46 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in SensorInterfaceDriverDispatch() 51 return hdfSensorInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in SensorInterfaceDriverDispatch()
|
/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | hci_interface_driver.cpp | 47 OHOS::MessageParcel *replyParcel = nullptr;
in HciInterfaceDriverDispatch() local 54 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) {
in HciInterfaceDriverDispatch() 59 return hdfHciInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option);
in HciInterfaceDriverDispatch()
|
/drivers/peripheral/camera/interfaces/hdi_ipc/ |
H A D | camera_host_driver.cpp | 35 OHOS::MessageParcel *replyParcel = nullptr; in CameraHostDriverDispatch() local 42 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in CameraHostDriverDispatch() 47 return hdfCameraHostHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in CameraHostDriverDispatch()
|
/drivers/peripheral/clearplay/interfaces/src/ |
H A D | media_key_system_factory_driver.cpp | 40 OHOS::MessageParcel *replyParcel = nullptr; in MediaKeySystemFactoryDriverDispatch() local 47 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in MediaKeySystemFactoryDriverDispatch() 52 return hdfMediaKeySystemFactoryHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in MediaKeySystemFactoryDriverDispatch()
|
/drivers/peripheral/codec/image/hdi_service/src/ |
H A D | codec_image_driver.cpp | 37 OHOS::MessageParcel *replyParcel = nullptr; in CodecImageDriverDispatch() local 44 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in CodecImageDriverDispatch() 49 return hdfCodecImageHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in CodecImageDriverDispatch()
|
/drivers/peripheral/connected_nfc_tag/hdi_service/ |
H A D | connected_nfc_tag_driver.cpp | 38 OHOS::MessageParcel *replyParcel = nullptr;
in ConnectedNfcTagDriverDispatch() local 45 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) {
in ConnectedNfcTagDriverDispatch() 50 return hdfConnectedNfcTagHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option);
in ConnectedNfcTagDriverDispatch()
|
/drivers/peripheral/display/buffer/hdi_service/src/ |
H A D | allocator_driver.cpp | 45 OHOS::MessageParcel* replyParcel = nullptr; in AllocatorDriverDispatch() local 52 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in AllocatorDriverDispatch() 57 return hdfAllocatorHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in AllocatorDriverDispatch()
|
H A D | mapper_driver.cpp | 45 OHOS::MessageParcel* replyParcel = nullptr; in MapperDriverDispatch() local 52 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in MapperDriverDispatch() 57 return hdfMapperHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in MapperDriverDispatch()
|
H A D | metadata_driver.cpp | 40 OHOS::MessageParcel *replyParcel = nullptr; in MetadataDriverDispatch() local 47 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in MetadataDriverDispatch() 52 return hdfMetadataHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in MetadataDriverDispatch()
|
/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_driver.cpp | 49 OHOS::MessageParcel* replyParcel = nullptr; in DisplayComposerDriverDispatch() local 56 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in DisplayComposerDriverDispatch() 72 int32_t ret = hdfDisplayComposerHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in DisplayComposerDriverDispatch()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_driver.cpp | 40 OHOS::MessageParcel *replyParcel = nullptr; in AudioManagerDriverDispatch() local 47 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in AudioManagerDriverDispatch() 62 return hdfAudioManagerHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in AudioManagerDriverDispatch()
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/src/ |
H A D | daudio_manager_driver.cpp | 38 OHOS::MessageParcel *replyParcel = nullptr; in DAudioManagerDriverDispatch() local 45 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in DAudioManagerDriverDispatch() 60 return hdfDAudioManagerHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in DAudioManagerDriverDispatch()
|
/drivers/peripheral/distributed_camera/hdi_service/src/config/ |
H A D | dcamera_provider_config.cpp | 40 OHOS::MessageParcel *replyParcel = nullptr; in DCameraProviderDriverDispatch() local 47 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in DCameraProviderDriverDispatch() 62 return hdfDCameraProviderHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in DCameraProviderDriverDispatch()
|
H A D | dcamera_host_config.cpp | 40 OHOS::MessageParcel *replyParcel = nullptr; in CameraHostDriverDispatch() local 47 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in CameraHostDriverDispatch() 62 return hdfCameraHostHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in CameraHostDriverDispatch()
|
/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | face_auth_interface_driver.cpp | 52 OHOS::MessageParcel *replyParcel = nullptr; in FaceAuthInterfaceDriverDispatch() local 59 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in FaceAuthInterfaceDriverDispatch() 64 return hdfFaceAuthInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in FaceAuthInterfaceDriverDispatch()
|
/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | fingerprint_auth_interface_driver.cpp | 53 OHOS::MessageParcel *replyParcel = nullptr; in FingerprintAuthInterfaceDriverDispatch() local 60 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in FingerprintAuthInterfaceDriverDispatch() 65 return hdfFingerprintAuthInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in FingerprintAuthInterfaceDriverDispatch()
|
/drivers/peripheral/input/ddk_service/src/ |
H A D | hid_ddk_driver.cpp | 38 OHOS::MessageParcel *replyParcel = nullptr; in HidDdkDriverDispatch() local 45 if (SbufToParcel(reply, &replyParcel) != HDF_SUCCESS) { in HidDdkDriverDispatch() 50 return hdfHidDdkHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in HidDdkDriverDispatch()
|