Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/drivers/framework/model/audio/common/src/
Daudio_dma_base.c10 int32_t AudioDmaBufAlloc(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaBufAlloc()
18 int32_t AudioDmaBufFree(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaBufFree()
26 int32_t AudioDmaRequestChannel(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaRequestChannel()
34 int32_t AudioDmaConfigChannel(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaConfigChannel()
42 int32_t AudioDmaPrep(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaPrep()
50 int32_t AudioDmaSubmit(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaSubmit()
58 int32_t AudioDmaPending(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaPending()
66 int32_t AudioDmaPause(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaPause()
74 int32_t AudioDmaResume(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaResume()
82 int32_t AudioDmaPointer(struct PlatformData *data, enum AudioStreamType streamType, uint32_t *point… in AudioDmaPointer()
/drivers/framework/test/unittest/model/audio/src/
Daudio_dma_base_test.c18 struct PlatformData data; in AudioDmaBufAllocTest() local
35 struct PlatformData data; in AudioDmaBufFreeTest() local
52 struct PlatformData data; in AudioDmaRequestChannelTest() local
67 struct PlatformData data; in AudioDmaConfigChannelTest() local
82 struct PlatformData data; in AudioDmaPrepTest() local
97 struct PlatformData data; in AudioDmaSubmitTest() local
112 struct PlatformData data; in AudioDmaPendingTest() local
127 struct PlatformData data; in AudioDmaPauseTest() local
142 struct PlatformData data; in AudioDmaResumeTest() local
157 struct PlatformData data; in AudioDmaPointerTest() local
/drivers/peripheral/codec/hal/src/
Dcodec_types.c21 bool OMX_TUNNELSETUPTYPEBlockMarshalling(struct HdfSBuf *data, const struct OMX_TUNNELSETUPTYPE *da… in OMX_TUNNELSETUPTYPEBlockMarshalling()
36 bool OMX_TUNNELSETUPTYPEBlockUnmarshalling(struct HdfSBuf *data, struct OMX_TUNNELSETUPTYPE *dataBl… in OMX_TUNNELSETUPTYPEBlockUnmarshalling()
65 static bool CodecBufferMarshalling(struct HdfSBuf *data, const struct OmxCodecBuffer *dataBlock) in CodecBufferMarshalling()
94 bool OmxCodecBufferBlockMarshalling(struct HdfSBuf *data, const struct OmxCodecBuffer *dataBlock) in OmxCodecBufferBlockMarshalling()
153 static bool CodecBufferUnmarshalling(struct HdfSBuf *data, struct OmxCodecBuffer *dataBlock) in CodecBufferUnmarshalling()
194 bool OmxCodecBufferBlockUnmarshalling(struct HdfSBuf *data, struct OmxCodecBuffer *dataBlock) in OmxCodecBufferBlockUnmarshalling()
259 bool RangeValueBlockMarshalling(struct HdfSBuf *data, const RangeValue *dataBlock) in RangeValueBlockMarshalling()
274 bool RangeValueBlockUnmarshalling(struct HdfSBuf *data, RangeValue *dataBlock) in RangeValueBlockUnmarshalling()
303 bool RectBlockMarshalling(struct HdfSBuf *data, const Rect *dataBlock) in RectBlockMarshalling()
318 bool RectBlockUnmarshalling(struct HdfSBuf *data, Rect *dataBlock) in RectBlockUnmarshalling()
[all …]
Dcodec_component_type_stub.c47 struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetComponentNum()
53 struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetComponentCapablityList()
58 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int8_t **appData, in ReadParamsForCreateComponent()
99 struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubCreateComponent()
138 struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubDestroyComponent()
151 struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetComponentVersion()
207 static int32_t SerStubSendCommand(struct CodecComponentTypeStub *stub, struct HdfSBuf *data, struct… in SerStubSendCommand()
257 static int32_t SerStubGetParameter(struct CodecComponentTypeStub *stub, struct HdfSBuf *data, struc… in SerStubGetParameter()
306 static int32_t SerStubSetParameter(struct CodecComponentTypeStub *stub, struct HdfSBuf *data, struc… in SerStubSetParameter()
350 static int32_t SerStubGetConfig(struct CodecComponentTypeStub *stub, struct HdfSBuf *data, struct H… in SerStubGetConfig()
[all …]
/drivers/peripheral/audio/chipsets/hi3516dv300/soc/src/
Dhi3516_dma_ops.c32 static uint32_t DmacIsrCallBack(int irq, void *data) in DmacIsrCallBack()
116 int32_t Hi3516DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaBufAlloc()
149 int32_t Hi3516DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaBufFree()
181 int32_t Hi3516DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType stream… in Hi3516DmaRequestChannel()
187 int32_t Hi3516DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamTy… in Hi3516DmaConfigChannel()
223 int32_t Hi3516DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaPrep()
229 int32_t Hi3516DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaSubmit()
235 int32_t Hi3516DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaPending()
255 int32_t Hi3516DmaPause(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaPause()
277 int32_t Hi3516DmaResume(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaResume()
[all …]
/drivers/peripheral/display/hdi_service/device/src/server/
Ddisplay_device_host_driver.cpp67 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in DisplayDeviceServiceDispatch()
149 int32_t DisplayDeviceServerStub::OnRemoteRequest(int cmdId, MessageParcel *data, MessageParcel *rep… in OnRemoteRequest()
173 static void HotPlugCallbackFunc(uint32_t devId, bool connected, void *data) in HotPlugCallbackFunc()
185 int32_t DisplayDeviceServerStub::RegHotPlugCallback(MessageParcel *data, MessageParcel *reply) in RegHotPlugCallback()
202 int32_t DisplayDeviceServerStub::GetDisplayCapability(MessageParcel *data, MessageParcel *reply) in GetDisplayCapability()
228 int32_t DisplayDeviceServerStub::GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply) in GetDisplaySupportedModes()
265 int32_t DisplayDeviceServerStub::GetDisplayMode(MessageParcel *data, MessageParcel *reply) in GetDisplayMode()
292 int32_t DisplayDeviceServerStub::SetDisplayMode(MessageParcel *data, MessageParcel *reply) in SetDisplayMode()
316 int32_t DisplayDeviceServerStub::GetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply) in GetDisplayPowerStatus()
343 int32_t DisplayDeviceServerStub::SetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply) in SetDisplayPowerStatus()
[all …]
/drivers/peripheral/usb/hal/client/src/
Dusbd_client.cpp32 #define WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
77 MessageParcel data; in BindUsbdSubscriber() local
91 MessageParcel data; in UnbindUsbdSubscriber() local
105 MessageParcel data; in OpenDevice() local
124 MessageParcel data; in GetCurrentFunctions() local
143 MessageParcel data; in SetCurrentFunctions() local
162 MessageParcel data; in SetPortRole() local
184 MessageParcel data; in QueryPort() local
204 int32_t UsbdClient::DoDispatch(uint32_t cmd, MessageParcel &data, MessageParcel &reply) in DoDispatch()
223 MessageParcel data; in GetRawDescriptor() local
[all …]
/drivers/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi_service_stub.cpp27 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()
71 static int32_t SampleServiceStubCallback(struct HdfDeviceIoClient *client, struct HdfSBuf *data, st… in SampleServiceStubCallback()
91 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubStructTrans()
115 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubBufferTrans()
139 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceRegisterDevice()
154 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceUnregisterDevice()
168 static int32_t SampleServiceUpdateDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceUpdateDevice()
181 static int32_t SampleServiceSmqTrans(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceSmqTrans()
203 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceOnRemoteRequest()
/drivers/peripheral/display/hdi_service/device/src/util/
Ddisplay_device_common.cpp41 bool DisplayDeviceWriteUint32(MessageParcel *parcel, uint32_t data) in DisplayDeviceWriteUint32()
58 bool DisplayDeviceReadUint32(uint32_t *data, OHOS::MessageParcel *parcel) in DisplayDeviceReadUint32()
71 bool DisplayDeviceWriteInt32(OHOS::MessageParcel *parcel, int32_t data) in DisplayDeviceWriteInt32()
88 bool DisplayDeviceReadInt32(int32_t *data, OHOS::MessageParcel *parcel) in DisplayDeviceReadInt32()
100 bool DisplayDeviceWriteBool(OHOS::MessageParcel *parcel, bool data) in DisplayDeviceWriteBool()
116 bool DisplayDeviceReadBool(bool *data, OHOS::MessageParcel *parcel) in DisplayDeviceReadBool()
129 bool DisplayDeviceWriteUint64(OHOS::MessageParcel *parcel, uint64_t data) in DisplayDeviceWriteUint64()
147 bool DisplayDeviceReadUint64(uint64_t *data, OHOS::MessageParcel *parcel) in DisplayDeviceReadUint64()
160 bool DisplayDeviceWritePtr(OHOS::MessageParcel *parcel, uintptr_t data) in DisplayDeviceWritePtr()
177 bool DisplayDeviceReadPtr(uintptr_t *&data, OHOS::MessageParcel *parcel) in DisplayDeviceReadPtr()
[all …]
/drivers/framework/support/platform/src/hdmi/
Dhdmi_edid.c67 static int32_t HdmiEdidBlockCheckSum(uint8_t *data) in HdmiEdidBlockCheckSum()
85 uint16_t data, i, tmpData; in HdmiEdidVendorInfoPhase() local
177 uint32_t data = 0; in HdmiEdidEstablisedTimingPhase() local
227 uint8_t *data = block->stdTiming; in HdmiEdidStandardTimingPhase() local
252 static void HdmiEdidMonitorDescriptorPhase(struct HdmiSinkDeviceCapability *sinkCap, uint8_t *data,… in HdmiEdidMonitorDescriptorPhase()
297 …didDetailedTimingDescriptorPhase(struct HdmiSinkDeviceCapability *cap, uint8_t *data, uint32_t len) in HdmiEdidDetailedTimingDescriptorPhase()
350 static void HdmiEdidDetailedTiming(struct HdmiSinkDeviceCapability *sinkCap, uint8_t *data, uint32_… in HdmiEdidDetailedTiming()
434 static void HdmiEdidExtAdbSampleRatePhase(struct HdmiEdidAudioInfo *audio, uint8_t data, uint8_t fo… in HdmiEdidExtAdbSampleRatePhase()
476 static void HdmiEdidExtAdbDepthAndMaxRatePhase(struct HdmiEdidAudioInfo *audio, uint8_t data, uint8… in HdmiEdidExtAdbDepthAndMaxRatePhase()
505 …dmiEdidExtAudioDataBlockPhase(struct HdmiSinkDeviceCapability *sinkCap, uint8_t *data, uint8_t len) in HdmiEdidExtAudioDataBlockPhase()
[all …]
Dhdmi_dispatch.c40 static int32_t HdmiCmdOpen(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdOpen()
48 static int32_t HdmiCmdClose(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdClose()
57 static int32_t HdmiCmdStart(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdStart()
65 static int32_t HdmiCmdStop(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdStop()
73 static int32_t HdmiCmdAvmuteSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *repl… in HdmiCmdAvmuteSet()
87 static int32_t HdmiCmdDeepColorSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *r… in HdmiCmdDeepColorSet()
100 static int32_t HdmiCmdDeepColorGet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *r… in HdmiCmdDeepColorGet()
122 static int32_t HdmiCmdVideoAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *r… in HdmiCmdVideoAttrSet()
135 static int32_t HdmiCmdAudioAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *r… in HdmiCmdAudioAttrSet()
148 static int32_t HdmiCmdHdrAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *rep… in HdmiCmdHdrAttrSet()
[all …]
/drivers/peripheral/input/input_adapter/input_ipc/service/src/
Dinput_service_stub.cpp29 int32_t InputServerStub::InputServerStubScanInputDevice(MessageParcel &data, in InputServerStubScanInputDevice()
59 int32_t InputServerStub::InputServerStubOpenInputDevice(MessageParcel &data, in InputServerStubOpenInputDevice()
80 int32_t InputServerStub::InputServerStubCloseInputDevice(MessageParcel &data, in InputServerStubCloseInputDevice()
101 int32_t InputServerStub::InputServerStubGetInputDevice(MessageParcel &data, in InputServerStubGetInputDevice()
132 int32_t InputServerStub::InputServerStubGetInputDeviceList(MessageParcel &data, in InputServerStubGetInputDeviceList()
169 int32_t InputServerStub::InputServerStubSetPowerStatus(MessageParcel &data, in InputServerStubSetPowerStatus()
188 int32_t InputServerStub::InputServerStubGetPowerStatus(MessageParcel &data, in InputServerStubGetPowerStatus()
211 int32_t InputServerStub::InputServerStubGetDeviceType(MessageParcel &data, in InputServerStubGetDeviceType()
233 int32_t InputServerStub::InputServerStubGetChipInfo(MessageParcel &data, in InputServerStubGetChipInfo()
259 int32_t InputServerStub::InputServerStubGetVendorName(MessageParcel &data, in InputServerStubGetVendorName()
[all …]
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_render.cpp18 int32_t GetInitRenderParaAttrs(struct HdfSBuf *data, struct AudioSampleAttributes *attrs) in GetInitRenderParaAttrs()
57 int32_t GetInitRenderPara(struct HdfSBuf *data, struct AudioDeviceDescriptor *devDesc, in GetInitRenderPara()
104 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatRender()
156 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderDestory()
190 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderStart()
203 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct H… in HdiServiceRenderStop()
217 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderPause()
231 int32_t HdiServiceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceRenderResume()
244 int32_t HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderFlush()
259 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderGetFrameSize()
[all …]
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_render.c20 int32_t GetInitRenderParaAttrs(struct HdfSBuf *data, struct AudioSampleAttributes *attrs) in GetInitRenderParaAttrs()
59 int32_t GetInitRenderPara(struct HdfSBuf *data, struct AudioDeviceDescriptor *devDesc, in GetInitRenderPara()
106 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatRender()
157 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderDestory()
191 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderStart()
204 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct H… in HdiServiceRenderStop()
218 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderPause()
231 int32_t HdiServiceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceRenderResume()
244 int32_t HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderFlush()
259 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderGetFrameSize()
[all …]
Dhdf_audio_server_capture.c20 int32_t GetInitCaptureParaAttrs(struct HdfSBuf *data, struct AudioSampleAttributes *attrs) in GetInitCaptureParaAttrs()
64 int32_t GetInitCapturePara(struct HdfSBuf *data, struct AudioDeviceDescriptor *devDesc, in GetInitCapturePara()
105 int32_t HdiServiceCreatCapture(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCreatCapture()
157 int32_t HdiServiceCaptureDestory(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, stru… in HdiServiceCaptureDestory()
190 int32_t HdiServiceCaptureStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCaptureStart()
203 int32_t HdiServiceCaptureStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceCaptureStop()
216 int32_t HdiServiceCapturePause(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCapturePause()
229 int32_t HdiServiceCaptureResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struc… in HdiServiceCaptureResume()
242 int32_t HdiServiceCaptureFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCaptureFlush()
256 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureGetFrameSize()
[all …]
/drivers/peripheral/audio/chipsets/unittest/model/hi3516dv300/src/
Dhi3516_dma_ops_test.c36 struct PlatformData *data = NULL; in TestHi3516DmaBufAlloc() local
51 struct PlatformData *data = NULL; in TestHi3516DmaBufFree() local
72 struct PlatformData *data = NULL; in TestHi3516DmaConfigChannel() local
99 struct PlatformData *data = NULL; in TestHi3516DmaPending() local
114 struct PlatformData *data = NULL; in TestHi3516DmaPause() local
129 struct PlatformData *data = NULL; in TestHi3516DmaResume() local
144 struct PlatformData *data = NULL; in TestHi3516DmaPointer() local
/drivers/framework/model/network/wifi/platform/src/
Dhdf_wifi_event.c27 struct HdfSBuf *data = NULL; in HdfWifiEventNewSta() local
65 struct HdfSBuf *data = NULL; in HdfWifiEventDelSta() local
93 struct HdfSBuf *data = NULL; in HdfWifiEventInformBssFrame() local
132 struct HdfSBuf *data = NULL; in HdfWifiEventScanDone() local
206 struct HdfSBuf *data = NULL; in HdfWifiEventConnectResult() local
243 struct HdfSBuf *data = NULL; in HdfWifiEventDisconnected() local
271 struct HdfSBuf *data = NULL; in HdfWifiEventMgmtTxStatus() local
299 struct HdfSBuf *data = NULL; in HdfWifiEventCsaChannelSwitch() local
326 struct HdfSBuf *data = NULL; in HdfWifiEventTimeoutDisconnected() local
352 struct HdfSBuf *data = NULL; in HdfWifiEventRxMgmt() local
[all …]
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_c/
Dsample_service_stub.c25 static int32_t SerStubBooleanTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struc… in SerStubBooleanTypeTest()
48 static int32_t SerStubByteTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct H… in SerStubByteTypeTest()
70 static int32_t SerStubShortTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in SerStubShortTypeTest()
92 static int32_t SerStubIntTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct Hd… in SerStubIntTypeTest()
114 static int32_t SerStubLongTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct H… in SerStubLongTypeTest()
137 static int32_t SerStubFloatTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in SerStubFloatTypeTest()
159 static int32_t SerStubDoubleTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in SerStubDoubleTypeTest()
181 static int32_t SerStubStringTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in SerStubStringTypeTest()
203 static int32_t SerStubUcharTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in SerStubUcharTypeTest()
225 static int32_t SerStubUshortTypeTest(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in SerStubUshortTypeTest()
[all …]
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dcodec_proxy.c27 int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) in CodecProxyCall()
37 int32_t CodecProxyReqSBuf(struct HdfSBuf **data, struct HdfSBuf **reply) in CodecProxyReqSBuf()
52 void CodecProxySBufRecycle(struct HdfSBuf *data, struct HdfSBuf *reply) in CodecProxySBufRecycle()
66 struct HdfSBuf *data = NULL; in CodecPorxyInit() local
91 struct HdfSBuf *data = NULL; in CodecProxyDeinit() local
118 struct HdfSBuf *data = NULL; in CodecProxyEnumerateCapbility() local
156 struct HdfSBuf *data = NULL; in CodecProxyGetCapbility() local
202 struct HdfSBuf *data = NULL; in CodecProxyCreate() local
251 struct HdfSBuf *data = NULL; in CodecProxyDestroy() local
282 struct HdfSBuf *data = NULL; in CodecProxySetPortMode() local
[all …]
/drivers/peripheral/wlan/hdi_service/client/
Dwlan_hal_c_proxy.c30 static int32_t WlanProxyCall(struct IWifiInterface *self, int32_t id, struct HdfSBuf *data, struct … in WlanProxyCall()
47 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanConstruct() local
80 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanDestruct() local
113 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanStart() local
146 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanStop() local
180 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanCreateFeature() local
221 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanDestroyFeature() local
264 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanGetAsscociatedStas() local
309 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanGetChipId() local
356 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in WlanGetDeviceMacAddress() local
[all …]
Dwlan_hal_proxy.cpp52 MessageParcel data; in wifiConstruct() local
68 MessageParcel data; in wifiDestruct() local
84 MessageParcel data; in start() local
100 MessageParcel data; in stop() local
116 MessageParcel data; in createFeature() local
139 MessageParcel data; in getSupportFeature() local
158 MessageParcel data; in getSupportCombo() local
179 MessageParcel data; in getFeatureByIfName() local
208 int IPCObjectStubWlan::OnRemoteRequest(uint32_t code, OHOS::MessageParcel &data, in OnRemoteRequest()
247 OHOS::MessageParcel data; in registerEventCallback() local
[all …]
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
Ddisplay_device_proxy.cpp98 MessageParcel data; in RegHotPlugCallback() local
124 MessageParcel data; in RegDisplayVBlankCallback() local
152 MessageParcel data; in RegDisplayRefreshCallback() local
177 MessageParcel data; in GetDisplayCapability() local
205 MessageParcel data; in GetDisplaySupportedModes() local
239 MessageParcel data; in GetDisplayMode() local
264 MessageParcel data; in SetDisplayMode() local
292 MessageParcel data; in GetDisplayPowerStatus() local
316 MessageParcel data; in SetDisplayPowerStatus() local
345 MessageParcel data; in GetDisplayBacklight() local
[all …]
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_cmd_adapter.c236 static int32_t HdfSbufObtainDefault(struct HdfSBuf **data, struct HdfSBuf **reply) in HdfSbufObtainDefault()
253 struct HdfSBuf *data = NULL; in GetUsableNetworkInfo() local
277 struct HdfSBuf *data = NULL; in IsSupportCombo() local
310 struct HdfSBuf *data = NULL; in GetComboInfo() local
355 struct HdfSBuf *data = NULL; in SetMacAddr() local
386 struct HdfSBuf *data = NULL; in GetDevMacAddr() local
422 struct HdfSBuf *data = NULL; in GetValidFreqByBand() local
458 struct HdfSBuf *data = NULL; in SetTxPower() local
489 struct HdfSBuf *data = NULL; in GetAssociatedStas() local
520 struct HdfSBuf *data = NULL; in WifiSetCountryCode() local
[all …]
/drivers/peripheral/wlan/hdi_service/services/
Dwlan_hdi_service_stub.c32 uint32_t eventId, void *data, const char *ifName) in WifiServiceCallback()
90 static int32_t HdiWifiConstruct(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfS… in HdiWifiConstruct()
105 static int32_t HdiWifiDeConstruct(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct Hd… in HdiWifiDeConstruct()
120 static int32_t WlanServiceStubStart(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in WlanServiceStubStart()
136 static int32_t WlanServiceStubStop(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct H… in WlanServiceStubStop()
152 …ic int32_t WlanServiceStubGetSupportFeature(struct HdfDeviceIoClient *client, struct HdfSBuf *data, in WlanServiceStubGetSupportFeature()
172 …atic int32_t WlanServiceStubGetSupportCombo(struct HdfDeviceIoClient *client, struct HdfSBuf *data, in WlanServiceStubGetSupportCombo()
205 static int32_t WlanServiceStudCreateFeature(struct HdfDeviceIoClient *client, struct HdfSBuf *data, in WlanServiceStudCreateFeature()
264 …c int32_t WlanServiceStudGetFeatureByIfName(struct HdfDeviceIoClient *client, struct HdfSBuf *data, in WlanServiceStudGetFeatureByIfName()
320 static int32_t HdfWLanCallbackFun(uint32_t event, void *data, const char *ifName) in HdfWLanCallbackFun()
[all …]
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_cpp/
Dsample_service_stub.cpp25 int32_t SampleServiceStub::SampleStubBooleanTypeTest(MessageParcel& data, in SampleStubBooleanTypeTest()
45 int32_t SampleServiceStub::SampleStubByteTypeTest(MessageParcel& data, in SampleStubByteTypeTest()
65 int32_t SampleServiceStub::SampleStubShortTypeTest(MessageParcel& data, in SampleStubShortTypeTest()
85 int32_t SampleServiceStub::SampleStubIntTypeTest(MessageParcel& data, in SampleStubIntTypeTest()
105 int32_t SampleServiceStub::SampleStubLongTypeTest(MessageParcel& data, in SampleStubLongTypeTest()
125 int32_t SampleServiceStub::SampleStubFloatTypeTest(MessageParcel& data, in SampleStubFloatTypeTest()
145 int32_t SampleServiceStub::SampleStubDoubleTypeTest(MessageParcel& data, in SampleStubDoubleTypeTest()
165 int32_t SampleServiceStub::SampleStubStringTypeTest(MessageParcel& data, in SampleStubStringTypeTest()
185 int32_t SampleServiceStub::SampleStubUcharTypeTest(MessageParcel& data, in SampleStubUcharTypeTest()
205 int32_t SampleServiceStub::SampleStubUshortTypeTest(MessageParcel& data, in SampleStubUshortTypeTest()
[all …]

12345678910>>...23