Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/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()
150 …32_t DisplayDeviceServerStub::OnRemoteRequest(int cmdId, MessageParcel *data, MessageParcel *reply) in OnRemoteRequest()
186 int32_t DisplayDeviceServerStub::RegHotPlugCallback(MessageParcel *data, MessageParcel *reply) in RegHotPlugCallback()
203 int32_t DisplayDeviceServerStub::GetDisplayCapability(MessageParcel *data, MessageParcel *reply) in GetDisplayCapability()
229 int32_t DisplayDeviceServerStub::GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply) in GetDisplaySupportedModes()
266 int32_t DisplayDeviceServerStub::GetDisplayMode(MessageParcel *data, MessageParcel *reply) in GetDisplayMode()
293 int32_t DisplayDeviceServerStub::SetDisplayMode(MessageParcel *data, MessageParcel *reply) in SetDisplayMode()
317 int32_t DisplayDeviceServerStub::GetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply) in GetDisplayPowerStatus()
344 int32_t DisplayDeviceServerStub::SetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply) in SetDisplayPowerStatus()
369 int32_t DisplayDeviceServerStub::GetDisplayBackLight(MessageParcel *data, MessageParcel *reply) in GetDisplayBackLight()
[all …]
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dstub_msgproc.c22 int32_t CodecSerPackAlignment(struct HdfSBuf *reply, Alignment *alignment) in CodecSerPackAlignment()
39 int32_t CodecSerPackRect(struct HdfSBuf *reply, Rect *rectangle) in CodecSerPackRect()
56 static bool CodecCapabilityBaseMarshalling(struct HdfSBuf *reply, CodecCapability *cap) in CodecCapabilityBaseMarshalling()
97 static bool CodecCapabilityRangeValueMarshalling(struct HdfSBuf *reply, const RangeValue *dataBlock) in CodecCapabilityRangeValueMarshalling()
112 static bool CodecCapabilityPortMarshalling(struct HdfSBuf *reply, CodecCapability *cap) in CodecCapabilityPortMarshalling()
133 int32_t CodecSerPackCapability(struct HdfSBuf *reply, CodecCapability *cap) in CodecSerPackCapability()
205 int32_t CodecSerPackParam(struct HdfSBuf *reply, Param *param) in CodecSerPackParam()
231 static int32_t CodecSerPackBufOfBufferInfo(struct HdfSBuf *reply, const CodecBufferInfo *buffer) in CodecSerPackBufOfBufferInfo()
269 static int32_t CodecSerPackBufferInfo(struct HdfSBuf *reply, const CodecBufferInfo *buffer) in CodecSerPackBufferInfo()
403 int32_t CodecSerPackCodecBuffer(struct HdfSBuf *reply, const CodecBuffer *codecBuffer) in CodecSerPackCodecBuffer()
[all …]
Dcodec_stub.c30 …int32_t SerCodecInit(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecInit()
44 …t32_t SerCodecDeinit(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecDeinit()
59 struct HdfSBuf *reply) in SerCodecEnumerateCapability()
87 …erCodecGetCapability(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecGetCapability()
117 …t32_t SerCodecCreate(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecCreate()
140 …SerCodecCreateByType(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecCreateByType()
168 …32_t SerCodecDestroy(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecDestroy()
184 … SerCodecSetPortMode(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecSetPortMode()
216 … SerCodecGetPortMode(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecGetPortMode()
263 …SerCodecSetParameter(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SerCodecSetParameter()
[all …]
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dcodec_proxy.c29 int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) in CodecProxyCall()
39 static int32_t CodecProxyReqSBuf(struct HdfSBuf **data, struct HdfSBuf **reply) in CodecProxyReqSBuf()
54 static void CodecProxySBufRecycle(struct HdfSBuf *data, struct HdfSBuf *reply) in CodecProxySBufRecycle()
69 struct HdfSBuf *reply = NULL; in CodecPorxyInit() local
94 struct HdfSBuf *reply = NULL; in CodecProxyDeinit() local
121 struct HdfSBuf *reply = NULL; in CodecProxyEnumerateCapability() local
159 struct HdfSBuf *reply = NULL; in CodecProxyGetCapability() local
205 struct HdfSBuf *reply = NULL; in CodecProxyCreate() local
239 struct HdfSBuf *reply = NULL; in CodecCreateByType() local
284 struct HdfSBuf *reply = NULL; in CodecProxyDestroy() local
[all …]
Dproxy_msgproc.c27 static bool CodecCapabilityBaseUnmarshalling(struct HdfSBuf *reply, CodecCapability *cap) in CodecCapabilityBaseUnmarshalling()
68 static bool CodecCapabilityRangeValueUnmarshalling(struct HdfSBuf *reply, RangeValue *dataBlock) in CodecCapabilityRangeValueUnmarshalling()
84 static bool CodecCapabilityPortUnmarshalling(struct HdfSBuf *reply, CodecCapability *cap) in CodecCapabilityPortUnmarshalling()
119 int32_t CodecProxyParseGottenCapability(struct HdfSBuf *reply, CodecCapability *cap) in CodecProxyParseGottenCapability()
181 int32_t CodecProxyParseParam(struct HdfSBuf *reply, Param *param) in CodecProxyParseParam()
286 static int32_t CodecProxyParseBufOfBufferInfo(struct HdfSBuf *reply, CodecBufferInfo *buffer) in CodecProxyParseBufOfBufferInfo()
335 static int32_t CodecProxyParseBufferInfo(struct HdfSBuf *reply, CodecBufferInfo *buffer) in CodecProxyParseBufferInfo()
364 int32_t CodecProxyParseCodecBuffer(struct HdfSBuf *reply, CodecBuffer *codecBuffer) in CodecProxyParseCodecBuffer()
422 int32_t CodecProxyParseFenceFd(struct HdfSBuf *reply, int32_t *fenceFd) in CodecProxyParseFenceFd()
Dcodec_callback_proxy.c29 struct HdfSBuf *data, struct HdfSBuf *reply) in CodecCallbackProxyCall()
39 static int32_t CodecCallbackProxyReqSBuf(struct HdfSBuf **data, struct HdfSBuf **reply) in CodecCallbackProxyReqSBuf()
55 static void CodecCallbackProxySBufRecycle(struct HdfSBuf *data, struct HdfSBuf *reply) in CodecCallbackProxySBufRecycle()
71 struct HdfSBuf *reply = NULL; in CodecCallbackProxyOnEvent() local
122 struct HdfSBuf *reply = NULL; in CodecCallbackProxyInputBufferAvailable() local
161 struct HdfSBuf *reply = NULL; in CodecCallbackProxyOutputBufferAvailable() local
/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_dispatch.c15 static int32_t MmcCmdDevPresent(struct MmcCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in MmcCmdDevPresent()
28 …c int32_t MmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in MmcDispatch()
38 static int32_t EmmcCmdGetCid(struct MmcCntlr *cntlr, struct HdfSBuf *reply) in EmmcCmdGetCid()
62 … int32_t EmmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in EmmcDispatch()
74 … int32_t SdioDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in SdioDispatch()
83 …cIoDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in MmcIoDispatch()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_render.c131 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatRender()
184 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderDestory()
224 …iceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStart()
241 …viceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStop()
259 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderPause()
276 …ceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderResume()
293 …iceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderFlush()
312 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderGetFrameSize()
337 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderGetFrameCount()
363 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderSetSampleAttr()
[all …]
Dhdf_audio_server_capture.c130 …ceCreatCapture(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatCapture()
183 …CaptureDestory(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureDestory()
221 …ceCaptureStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureStart()
240 …iceCaptureStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureStop()
257 …ceCapturePause(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCapturePause()
274 …eCaptureResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureResume()
291 …ceCaptureFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureFlush()
309 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureGetFrameSize()
334 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureGetFrameCount()
360 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCaptureSetSampleAttr()
[all …]
/drivers/hdf_core/framework/support/platform/src/hdmi/
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 …atic int32_t HdmiCmdAvmuteSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdAvmuteSet()
87 …c int32_t HdmiCmdDeepColorSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdDeepColorSet()
100 …c int32_t HdmiCmdDeepColorGet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdDeepColorGet()
122 …c int32_t HdmiCmdVideoAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdVideoAttrSet()
135 …c int32_t HdmiCmdAudioAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdAudioAttrSet()
148 …tic int32_t HdmiCmdHdrAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdHdrAttrSet()
[all …]
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
Ddisplay_device_proxy.cpp100 MessageParcel reply; in RegHotPlugCallback() local
126 MessageParcel reply; in RegDisplayVBlankCallback() local
154 MessageParcel reply; in RegDisplayRefreshCallback() local
179 MessageParcel reply; in GetDisplayCapability() local
207 MessageParcel reply; in GetDisplaySupportedModes() local
241 MessageParcel reply; in GetDisplayMode() local
266 MessageParcel reply; in SetDisplayMode() local
294 MessageParcel reply; in GetDisplayPowerStatus() local
318 MessageParcel reply; in SetDisplayPowerStatus() local
347 MessageParcel reply; in GetDisplayBacklight() local
[all …]
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_render.cpp104 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatRender()
156 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderDestory()
190 …iceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStart()
203 …viceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStop()
217 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderPause()
231 …ceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderResume()
244 …iceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderFlush()
259 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderGetFrameSize()
280 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderGetFrameCount()
301 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderSetSampleAttr()
[all …]
/drivers/peripheral/light/hal/src/
Dlight_dump.c34 static int32_t ShowLightInfo(struct HdfSBuf *reply) in ShowLightInfo()
82 static int32_t ShowLightEffectInfo(struct HdfSBuf *reply) in ShowLightEffectInfo()
121 static int32_t DumpLightChannel(struct HdfSBuf *reply) in DumpLightChannel()
140 static int32_t LightDriverDump(struct HdfSBuf *data, struct HdfSBuf *reply) in LightDriverDump()
183 int32_t GetLightDump(struct HdfSBuf *data, struct HdfSBuf *reply) in GetLightDump()
/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_service.c20 static int32_t GpioServiceIoRead(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoRead()
50 static int32_t GpioServiceIoWrite(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoWrite()
80 static int32_t GpioServiceIoGetDir(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoGetDir()
110 static int32_t GpioServiceIoSetDir(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoSetDir()
178 static int32_t GpioServiceIoSetIrq(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoSetIrq()
208 static int32_t GpioServiceIoUnsetIrq(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoUnsetIrq()
231 static int32_t GpioServiceIoEnableIrq(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoEnableIrq()
256 static int32_t GpioServiceIoDisableIrq(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoDisableIrq()
281 static int32_t GpioServiceIoGetNumByName(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoGetNumByName()
312 struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceDispatch()
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_proxy.c30 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf()
41 struct HdfSBuf *reply) in CodecComponentTypeProxyCall()
51 static int32_t ReadValuesForGetComponentVersion(struct HdfSBuf *reply, struct CompVerInfo *verInfo) in ReadValuesForGetComponentVersion()
69 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxyGetComponentVersion() local
100 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxySendCommand() local
155 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxyGetParameter() local
213 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxySetParameter() local
262 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxyGetConfig() local
320 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxySetConfig() local
369 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxyGetExtensionIndex() local
[all …]
Dcodec_component_type_stub.c35 struct HdfSBuf *reply) in SerStubGetComponentVersion()
57 …tubSendCommand(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubSendCommand()
110 …ubGetParameter(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetParameter()
162 …ubSetParameter(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubSetParameter()
209 …rStubGetConfig(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetConfig()
261 …rStubSetConfig(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubSetConfig()
309 struct HdfSBuf *reply) in SerStubGetExtensionIndex()
340 …erStubGetState(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetState()
360 struct HdfSBuf *reply) in SerStubComponentTunnelRequest()
402 …rStubUseBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubUseBuffer()
[all …]
Dcodec_component_manager_proxy.c40 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf()
58 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in GetComponentNum() local
96 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in GetComponentCapabilityList() local
134 static int32_t CreateComponentPreWriteData(struct HdfSBuf *data, struct HdfSBuf *reply, char *compN… in CreateComponentPreWriteData()
164 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CreateComponent() local
207 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in DestroyComponent() local
/drivers/external_device_manager/services/zidl/src/
Ddriver_ext_mgr_stub.cpp24 int DriverExtMgrStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnRemoteRequest()
50 int32_t DriverExtMgrStub::OnQueryDevice(MessageParcel &data, MessageParcel &reply, MessageOption &o… in OnQueryDevice()
85 int32_t DriverExtMgrStub::OnBindDevice(MessageParcel &data, MessageParcel &reply, MessageOption &op… in OnBindDevice()
114 int32_t DriverExtMgrStub::OnUnBindDevice(MessageParcel &data, MessageParcel &reply, MessageOption &… in OnUnBindDevice()
131 int32_t DriverExtMgrStub::OnCreateDevice(MessageParcel &data, MessageParcel &reply, MessageOption &… in OnCreateDevice()
160 int32_t DriverExtMgrStub::OnEmitEvent(MessageParcel &data, MessageParcel &reply, MessageOption &opt… in OnEmitEvent()
178 int32_t DriverExtMgrStub::OnDestroyDevice(MessageParcel &data, MessageParcel &reply, MessageOption … in OnDestroyDevice()
Ddriver_ext_mgr_callback_stub.cpp22 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
42 int32_t DriverExtMgrCallbackStub::StubOnConnect(MessageParcel &data, MessageParcel &reply, MessageO… in StubOnConnect()
69 int32_t DriverExtMgrCallbackStub::StubOnDisconnect(MessageParcel &data, MessageParcel &reply, Messa… in StubOnDisconnect()
89 int32_t DriverExtMgrCallbackStub::StubOnUnBind(MessageParcel &data, MessageParcel &reply, MessageOp… in StubOnUnBind()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
Daudio_proxy_common.cpp31 int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) in AudioProxyDispatchCall()
44 void AudioProxyBufReplyRecycle(struct HdfSBuf *data, struct HdfSBuf *reply) in AudioProxyBufReplyRecycle()
55 int32_t AudioProxyPreprocessSBuf(struct HdfSBuf **data, struct HdfSBuf **reply) in AudioProxyPreprocessSBuf()
74 …oProxyPreprocessRender(struct AudioHwRender *render, struct HdfSBuf **data, struct HdfSBuf **reply) in AudioProxyPreprocessRender()
148 int32_t AudioProxyReadSapmleAttrbutes(struct HdfSBuf *reply, struct AudioSampleAttributes *attrs) in AudioProxyReadSapmleAttrbutes()
204 struct HdfSBuf *reply = NULL; in AudioProxyCommonSetRenderCtrlParam() local
241 struct HdfSBuf *reply = NULL; in AudioProxyCommonGetRenderCtrlParam() local
269 int32_t AudioProxyGetMmapPositionRead(struct HdfSBuf *reply, uint64_t *frames, struct AudioTimeStam… in AudioProxyGetMmapPositionRead()
Daudio_proxy_render.cpp22 struct HdfSBuf *reply = NULL; in AudioProxyRenderCtrl() local
76 struct HdfSBuf *reply = NULL; in AudioProxyRenderGetFrameParameter() local
114 struct HdfSBuf *reply = NULL; in AudioProxyRenderSetSampleAttributes() local
139 struct HdfSBuf *reply = NULL; in AudioProxyRenderGetSampleAttributes() local
169 struct HdfSBuf *reply = NULL; in AudioProxyRenderGetCurrentChannelId() local
200 struct HdfSBuf *reply = NULL; in AudioProxyRenderCheckSceneCapability() local
244 struct HdfSBuf *reply = NULL; in AudioProxyRenderSelectScene() local
271 struct HdfSBuf *reply = NULL; in AudioProxyRenderSetMute() local
296 struct HdfSBuf *reply = NULL; in AudioProxyRenderGetMute() local
335 struct HdfSBuf *reply = NULL; in AudioProxyRenderGetGainThreshold() local
[all …]
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi_service_stub.cpp27 …ampleServiceStubPing(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubPing()
42 …SampleServiceStubSum(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubSum()
71 …eServiceStubCallback(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubCallback()
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()
221 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceOnRemoteRequest()
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_cmd_adapter.c33 static int32_t ParserNetworkInfo(struct HdfSBuf *reply, struct NetworkInfoResult *result) in ParserNetworkInfo()
70 static int32_t ParserDeviceMacAddr(struct HdfSBuf *reply, uint8_t *mac, uint8_t len) in ParserDeviceMacAddr()
95 static int32_t ParserFreqInfo(struct HdfSBuf *reply, struct FreqInfoResult *result, uint32_t size) in ParserFreqInfo()
124 static int32_t ParserAssociatedStas(struct HdfSBuf *reply, struct AssocStaInfoResult *result) in ParserAssociatedStas()
151 static int32_t HdfSbufObtainDefault(struct HdfSBuf **data, struct HdfSBuf **reply) in HdfSbufObtainDefault()
231 struct HdfSBuf *reply = NULL; in GetUsableNetworkInfo() local
255 struct HdfSBuf *reply = NULL; in IsSupportCombo() local
288 struct HdfSBuf *reply = NULL; in GetComboInfo() local
333 struct HdfSBuf *reply = NULL; in SetMacAddr() local
364 struct HdfSBuf *reply = NULL; in GetDevMacAddr() local
[all …]
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevmgr_dump.c43 …c int32_t DevMgrDumpHostFindHost(const char *hostName, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpHostFindHost()
75 static int32_t DevMgrDumpHost(uint32_t argv, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpHost()
114 …nt32_t DevMgrDumpServiceFindHost(const char *servName, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpServiceFindHost()
151 static int32_t DevMgrDumpService(uint32_t argv, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpService()
195 static int32_t DevMgrFillDeviceHostInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrFillDeviceHostInfo()
223 static void DevMgrFillDeviceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *hostCnt, ui… in DevMgrFillDeviceInfo()
279 static void DevMgrFillServiceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *servCnt) in DevMgrFillServiceInfo()
323 static void DevMgrQueryUserDevice(struct HdfSBuf *reply) in DevMgrQueryUserDevice()
362 static void DevMgrQueryUserService(struct HdfSBuf *reply) in DevMgrQueryUserService()
394 static void DevMgrQueryKernelDevice(struct HdfSBuf *reply) in DevMgrQueryKernelDevice()
[all …]
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_device_manager.c131 static int32_t GetAllSensorInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetAllSensorInfo()
162 …ic int32_t Enable(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *reply) in Enable()
171 …c int32_t Disable(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *reply) in Disable()
181 … int32_t SetBatch(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *reply) in SetBatch()
199 …c int32_t SetMode(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *reply) in SetMode()
216 …int32_t SetOption(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *reply) in SetOption()
233 … int32_t ReadData(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *reply) in ReadData()
269 …DispatchCmdHandle(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchCmdHandle()
298 int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchSensor()

12345678910>>...13