Home
last modified time | relevance | path

Searched refs:reply (Results 1 - 25 of 1200) sorted by relevance

12345678910>>...48

/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_proxy.c30 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf() argument
35 if (reply != NULL) { in ReleaseSbuf()
36 HdfSbufRecycle(reply); in ReleaseSbuf()
41 struct HdfSBuf *reply) in CodecComponentTypeProxyCall()
49 return remote->dispatcher->Dispatch(remote, id, data, reply); in CodecComponentTypeProxyCall()
51 static int32_t ReadValuesForGetComponentVersion(struct HdfSBuf *reply, struct CompVerInfo *verInfo) in ReadValuesForGetComponentVersion() argument
53 struct CompVerInfo *verInfoCp = (struct CompVerInfo *)HdfSbufReadUnpadBuffer(reply, sizeof(struct CompVerInfo)); in ReadValuesForGetComponentVersion()
69 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxyGetComponentVersion() local
70 if (data == NULL || reply == NULL) { in CodecComponentTypeProxyGetComponentVersion()
72 ReleaseSbuf(data, reply); in CodecComponentTypeProxyGetComponentVersion()
40 CodecComponentTypeProxyCall(struct CodecComponentType *self, int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) CodecComponentTypeProxyCall() argument
100 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySendCommand() local
155 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetParameter() local
213 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySetParameter() local
262 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetConfig() local
320 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySetConfig() local
369 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetExtensionIndex() local
411 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetState() local
447 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyComponentTunnelRequest() local
507 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyUseBuffer() local
555 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyAllocateBuffer() local
603 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyFreeBuffer() local
645 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyEmptyThisBuffer() local
681 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyFillThisBuffer() local
717 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySetCallbacks() local
758 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyComponentDeInit() local
788 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyUseEglImage() local
849 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyComponentRoleEnum() local
[all...]
H A Dcodec_component_manager_proxy.c40 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf() argument
45 if (reply != NULL) { in ReleaseSbuf()
46 HdfSbufRecycle(reply); in ReleaseSbuf()
58 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in GetComponentNum() local
59 if (reply == NULL) { in GetComponentNum()
60 CODEC_LOGE("Failed to obtain reply"); in GetComponentNum()
67 ReleaseSbuf(data, reply); in GetComponentNum()
72 g_codecComponentManagerProxy.remoteOmx, CMD_CODEC_GET_COMPONENT_NUM, data, reply) != HDF_SUCCESS) { in GetComponentNum()
74 ReleaseSbuf(data, reply); in GetComponentNum()
78 if (!HdfSbufReadInt32(reply, in GetComponentNum()
96 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); GetComponentCapabilityList() local
161 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CreateComponent() local
206 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); DestroyComponent() local
[all...]
H A Dcodec_callback_type_proxy.c29 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf() argument
34 if (reply != NULL) { in ReleaseSbuf()
35 HdfSbufRecycle(reply); in ReleaseSbuf()
40 struct HdfSBuf *reply) in CodecCallbackTypeProxyCall()
50 return self->remote->dispatcher->Dispatch(self->remote, id, data, reply); in CodecCallbackTypeProxyCall()
106 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecCallbackTypeProxyEventHandler() local
107 if (data == NULL || reply == NULL) { in CodecCallbackTypeProxyEventHandler()
109 ReleaseSbuf(data, reply); in CodecCallbackTypeProxyEventHandler()
115 ReleaseSbuf(data, reply); in CodecCallbackTypeProxyEventHandler()
121 ReleaseSbuf(data, reply); in CodecCallbackTypeProxyEventHandler()
39 CodecCallbackTypeProxyCall(struct CodecCallbackType *self, int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) CodecCallbackTypeProxyCall() argument
153 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecCallbackTypeProxyEmptyBufferDone() local
198 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecCallbackTypeProxyFillBufferDone() local
[all...]
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h38 int32_t OnRemoteRequest(int cmdId, MessageParcel *data, MessageParcel *reply);
40 int32_t RegHotPlugCallback(MessageParcel *data, MessageParcel *reply);
41 int32_t GetDisplayCapability(MessageParcel *data, MessageParcel *reply);
42 int32_t GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply);
43 int32_t GetDisplayMode(MessageParcel *data, MessageParcel *reply);
44 int32_t SetDisplayMode(MessageParcel *data, MessageParcel *reply);
45 int32_t GetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply);
46 int32_t SetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply);
47 int32_t GetDisplayBackLight(MessageParcel *data, MessageParcel *reply);
48 int32_t SetDisplayBackLight(MessageParcel *data, MessageParcel *reply);
[all...]
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_render.cpp22 struct HdfSBuf *reply = NULL; in AudioProxyRenderCtrl() local
28 if (AudioProxyPreprocessRender(hwRender, &data, &reply) < 0) { in AudioProxyRenderCtrl()
31 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderCtrl()
32 AudioProxyBufReplyRecycle(data, reply); in AudioProxyRenderCtrl()
76 struct HdfSBuf *reply = NULL; in AudioProxyRenderGetFrameParameter() local
82 if (AudioProxyPreprocessRender(hwRender, &data, &reply) < 0) { in AudioProxyRenderGetFrameParameter()
85 ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderGetFrameParameter()
87 AudioProxyBufReplyRecycle(data, reply); in AudioProxyRenderGetFrameParameter()
90 if (!HdfSbufReadUint64(reply, param)) { in AudioProxyRenderGetFrameParameter()
91 AudioProxyBufReplyRecycle(data, reply); in AudioProxyRenderGetFrameParameter()
114 struct HdfSBuf *reply = NULL; AudioProxyRenderSetSampleAttributes() local
139 struct HdfSBuf *reply = NULL; AudioProxyRenderGetSampleAttributes() local
169 struct HdfSBuf *reply = NULL; AudioProxyRenderGetCurrentChannelId() local
200 struct HdfSBuf *reply = NULL; AudioProxyRenderCheckSceneCapability() local
244 struct HdfSBuf *reply = NULL; AudioProxyRenderSelectScene() local
271 struct HdfSBuf *reply = NULL; AudioProxyRenderSetMute() local
296 struct HdfSBuf *reply = NULL; AudioProxyRenderGetMute() local
335 struct HdfSBuf *reply = NULL; AudioProxyRenderGetGainThreshold() local
379 struct HdfSBuf *reply = NULL; AudioProxyRenderGetLatency() local
411 struct HdfSBuf *reply = NULL; AudioProxyRenderRenderFrame() local
445 struct HdfSBuf *reply = NULL; AudioProxyRenderGetRenderPosition() local
493 struct HdfSBuf *reply = NULL; AudioProxyRenderSetChannelMode() local
519 struct HdfSBuf *reply = NULL; AudioProxyRenderGetChannelMode() local
552 struct HdfSBuf *reply = NULL; AudioProxyRenderSetExtraParams() local
576 struct HdfSBuf *reply = NULL; AudioProxyRenderGetExtraParams() local
618 struct HdfSBuf *reply = NULL; AudioProxyRenderReqMmapBuffer() local
672 struct HdfSBuf *reply = NULL; AudioProxyRenderGetMmapPosition() local
703 struct HdfSBuf *reply = NULL; AudioProxyRenderTurnStandbyMode() local
729 struct HdfSBuf *reply = NULL; AudioProxyRenderAudioDevDump() local
763 struct HdfSBuf *reply = NULL; AudioProxyRenderRegCallback() local
798 struct HdfSBuf *reply = NULL; AudioProxyRenderDrainBuffer() local
[all...]
H A Daudio_proxy_common.cpp31 int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) in AudioProxyDispatchCall()
33 if (data == NULL || reply == NULL || self == NULL) { in AudioProxyDispatchCall()
41 return self->dispatcher->Dispatch(self, id, data, reply); in AudioProxyDispatchCall()
44 void AudioProxyBufReplyRecycle(struct HdfSBuf *data, struct HdfSBuf *reply) in AudioProxyBufReplyRecycle() argument
49 if (reply != NULL) { in AudioProxyBufReplyRecycle()
50 HdfSbufRecycle(reply); in AudioProxyBufReplyRecycle()
55 int32_t AudioProxyPreprocessSBuf(struct HdfSBuf **data, struct HdfSBuf **reply) in AudioProxyPreprocessSBuf() argument
57 if (data == NULL || reply == NULL) { in AudioProxyPreprocessSBuf()
65 *reply = AudioProxyObtainHdfSBuf(); in AudioProxyPreprocessSBuf()
66 if (*reply in AudioProxyPreprocessSBuf()
30 AudioProxyDispatchCall(struct HdfRemoteService *self, int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) AudioProxyDispatchCall() argument
74 AudioProxyPreprocessRender(struct AudioHwRender *render, struct HdfSBuf **data, struct HdfSBuf **reply) AudioProxyPreprocessRender() argument
148 AudioProxyReadSapmleAttrbutes(struct HdfSBuf *reply, struct AudioSampleAttributes *attrs) AudioProxyReadSapmleAttrbutes() argument
204 struct HdfSBuf *reply = NULL; AudioProxyCommonSetRenderCtrlParam() local
241 struct HdfSBuf *reply = NULL; AudioProxyCommonGetRenderCtrlParam() local
269 AudioProxyGetMmapPositionRead(struct HdfSBuf *reply, uint64_t *frames, struct AudioTimeStamp *time) AudioProxyGetMmapPositionRead() argument
[all...]
/drivers/peripheral/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server_render.h22 struct HdfSBuf *data, struct HdfSBuf *reply);
24 struct HdfSBuf *data, struct HdfSBuf *reply);
26 struct HdfSBuf *data, struct HdfSBuf *reply);
28 struct HdfSBuf *data, struct HdfSBuf *reply);
30 struct HdfSBuf *data, struct HdfSBuf *reply);
32 struct HdfSBuf *data, struct HdfSBuf *reply);
34 struct HdfSBuf *data, struct HdfSBuf *reply);
36 struct HdfSBuf *data, struct HdfSBuf *reply);
38 struct HdfSBuf *data, struct HdfSBuf *reply);
40 struct HdfSBuf *data, struct HdfSBuf *reply);
[all...]
H A Dhdf_audio_server_capture.h21 struct HdfSBuf *data, struct HdfSBuf *reply);
23 struct HdfSBuf *data, struct HdfSBuf *reply);
25 struct HdfSBuf *data, struct HdfSBuf *reply);
27 struct HdfSBuf *data, struct HdfSBuf *reply);
29 struct HdfSBuf *data, struct HdfSBuf *reply);
31 struct HdfSBuf *data, struct HdfSBuf *reply);
33 struct HdfSBuf *data, struct HdfSBuf *reply);
35 struct HdfSBuf *data, struct HdfSBuf *reply);
37 struct HdfSBuf *data, struct HdfSBuf *reply);
39 struct HdfSBuf *data, struct HdfSBuf *reply);
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp187 char reply[10], cmd[256]; in addNetwork() local
225 memset(reply, 0, sizeof(reply)); in addNetwork()
226 reply_len = sizeof(reply) - 1; in addNetwork()
229 wpagui->ctrlRequest("ADD_NETWORK", reply, &reply_len); in addNetwork()
230 if (reply[0] == 'F') { in addNetwork()
237 id = atoi(reply); in addNetwork()
405 reply_len = sizeof(reply); in addNetwork()
406 wpagui->ctrlRequest(cmd, reply, &reply_len); in addNetwork()
407 if (strncmp(reply, "O in addNetwork()
430 char reply[10], cmd[256]; setNetworkParam() local
496 key_value_isset(const char *reply, size_t reply_len) key_value_isset() argument
509 char reply[1024], cmd[256], *pos; paramsFromConfig() local
792 char reply[10], cmd[256]; removeNetwork() local
829 char reply[256]; getEapCapa() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp187 char reply[10], cmd[256]; in addNetwork() local
225 memset(reply, 0, sizeof(reply)); in addNetwork()
226 reply_len = sizeof(reply) - 1; in addNetwork()
229 wpagui->ctrlRequest("ADD_NETWORK", reply, &reply_len); in addNetwork()
230 if (reply[0] == 'F') { in addNetwork()
237 id = atoi(reply); in addNetwork()
405 reply_len = sizeof(reply); in addNetwork()
406 wpagui->ctrlRequest(cmd, reply, &reply_len); in addNetwork()
407 if (strncmp(reply, "O in addNetwork()
430 char reply[10], cmd[256]; setNetworkParam() local
496 key_value_isset(const char *reply, size_t reply_len) key_value_isset() argument
509 char reply[1024], cmd[256], *pos; paramsFromConfig() local
792 char reply[10], cmd[256]; removeNetwork() local
829 char reply[256]; getEapCapa() local
[all...]
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server_render.h22 struct HdfSBuf *data, struct HdfSBuf *reply);
24 struct HdfSBuf *data, struct HdfSBuf *reply);
26 struct HdfSBuf *data, struct HdfSBuf *reply);
28 struct HdfSBuf *data, struct HdfSBuf *reply);
30 struct HdfSBuf *data, struct HdfSBuf *reply);
32 struct HdfSBuf *data, struct HdfSBuf *reply);
34 struct HdfSBuf *data, struct HdfSBuf *reply);
36 struct HdfSBuf *data, struct HdfSBuf *reply);
38 struct HdfSBuf *data, struct HdfSBuf *reply);
40 struct HdfSBuf *data, struct HdfSBuf *reply);
[all...]
/third_party/backends/sanei/
H A Dsanei_net.c55 sanei_w_init_reply (Wire *w, SANE_Init_Reply *reply) in sanei_w_init_reply() argument
57 sanei_w_status (w, &reply->status); in sanei_w_init_reply()
58 sanei_w_word (w, &reply->version_code); in sanei_w_init_reply()
62 sanei_w_get_devices_reply (Wire *w, SANE_Get_Devices_Reply *reply) in sanei_w_get_devices_reply() argument
68 if (reply->device_list) in sanei_w_get_devices_reply()
70 for (len = 0; reply->device_list[len]; ++len); in sanei_w_get_devices_reply()
76 sanei_w_status (w, &reply->status); in sanei_w_get_devices_reply()
77 sanei_w_array (w, &len, (void *) &reply->device_list, in sanei_w_get_devices_reply()
79 sizeof (reply->device_list[0])); in sanei_w_get_devices_reply()
83 sanei_w_open_reply (Wire *w, SANE_Open_Reply *reply) in sanei_w_open_reply() argument
152 sanei_w_control_option_reply(Wire *w, SANE_Control_Option_Reply *reply) sanei_w_control_option_reply() argument
163 sanei_w_get_parameters_reply(Wire *w, SANE_Get_Parameters_Reply *reply) sanei_w_get_parameters_reply() argument
170 sanei_w_start_reply(Wire *w, SANE_Start_Reply *reply) sanei_w_start_reply() argument
[all...]
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_dispatch.c37 int32_t (*func)(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply);
40 static int32_t HdmiCmdOpen(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdOpen() argument
43 (void)reply; in HdmiCmdOpen()
48 static int32_t HdmiCmdClose(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdClose() argument
51 (void)reply; in HdmiCmdClose()
57 static int32_t HdmiCmdStart(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdStart() argument
60 (void)reply; in HdmiCmdStart()
65 static int32_t HdmiCmdStop(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdStop() argument
68 (void)reply; in HdmiCmdStop()
73 static int32_t HdmiCmdAvmuteSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdAvmuteSet() argument
87 HdmiCmdDeepColorSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdDeepColorSet() argument
100 HdmiCmdDeepColorGet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdDeepColorGet() argument
122 HdmiCmdVideoAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdVideoAttrSet() argument
135 HdmiCmdAudioAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdAudioAttrSet() argument
148 HdmiCmdHdrAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdHdrAttrSet() argument
161 HdmiCmdReadSinkEdid(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdReadSinkEdid() argument
184 HdmiCmdInfoFrameSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdInfoFrameSet() argument
203 HdmiCmdInfoFrameGet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdInfoFrameGet() argument
228 HdmiCmdRegisterHpdCallbackFunc(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdRegisterHpdCallbackFunc() argument
241 HdmiCmdUnregisterHpdCallbackFunc(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdUnregisterHpdCallbackFunc() argument
249 HdmiIoDispatch(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiIoDispatch() argument
[all...]
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_render.cpp111 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatRender()
113 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceCreatRender()
163 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderDestory()
165 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderDestory()
198 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStart() argument
200 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderStart()
211 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStop() argument
213 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderStop()
225 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderPause()
227 if (client == NULL || data == NULL || reply in HdiServiceRenderPause()
110 HdiServiceCreatRender(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceCreatRender() argument
162 HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDestory() argument
224 HdiServiceRenderPause(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderPause() argument
239 HdiServiceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderResume() argument
252 HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderFlush() argument
266 HdiServiceRenderGetFrameSize(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetFrameSize() argument
287 HdiServiceRenderGetFrameCount(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetFrameCount() argument
308 HdiServiceRenderSetSampleAttr(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetSampleAttr() argument
327 HdiServiceRenderGetSampleAttr(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetSampleAttr() argument
349 HdiServiceRenderGetCurChannelId(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetCurChannelId() argument
371 HdiServiceRenderCheckSceneCapability(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderCheckSceneCapability() argument
403 HdiServiceRenderSelectScene(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSelectScene() argument
428 HdiServiceRenderGetMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetMute() argument
452 HdiServiceRenderSetMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetMute() argument
472 HdiServiceRenderSetVolume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetVolume() argument
491 HdiServiceRenderGetVolume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetVolume() argument
514 HdiServiceRenderGetGainThreshold(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetGainThreshold() argument
541 HdiServiceRenderGetGain(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetGain() argument
564 HdiServiceRenderSetGain(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetGain() argument
582 HdiServiceRenderGetLatency(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetLatency() argument
604 HdiServiceRenderRenderFrame(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderRenderFrame() argument
646 HdiServiceRenderGetRenderPosition(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetRenderPosition() argument
670 HdiServiceRenderGetSpeed(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetSpeed() argument
693 HdiServiceRenderSetSpeed(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetSpeed() argument
711 HdiServiceRenderSetChannelMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetChannelMode() argument
731 HdiServiceRenderGetChannelMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetChannelMode() argument
756 HdiServiceRenderSetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetExtraParams() argument
776 HdiServiceRenderGetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetExtraParams() argument
807 HdiServiceRenderReqMmapBuffer(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderReqMmapBuffer() argument
859 HdiServiceRenderGetMmapPosition(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetMmapPosition() argument
882 HdiServiceRenderTurnStandbyMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderTurnStandbyMode() argument
897 HdiServiceRenderDevDump(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDevDump() argument
919 HdiServiceRenderRegCallback(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderRegCallback() argument
945 HdiServiceRenderDrainBuffer(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDrainBuffer() argument
[all...]
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DRpcClientJsunit.test.js162 onRemoteRequest(code, data, reply, option) {
168 let result = reply.writeString("onRemoteRequest invoking");
173 let result = reply.writeString(tmp1);
177 return super.onRemoteRequest(code, data, reply, option);
184 onRemoteMessageRequest(code, data, reply, option) {
192 let result = reply.writeByteArray(tmp1);
199 let result = reply.writeIntArray(tmp1);
206 let result = reply.writeFloatArray(tmp1);
213 let result = reply.writeShort(tmp1);
220 let result = reply
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dprobe.c32 struct sof_ipc_reply reply; in sof_ipc_probe_init() local
46 &reply, sizeof(reply)); in sof_ipc_probe_init()
63 struct sof_ipc_reply reply; in sof_ipc_probe_deinit() local
69 &reply, sizeof(reply)); in sof_ipc_probe_deinit()
77 struct sof_ipc_probe_info_params *reply; in sof_ipc_probe_info() local
84 reply = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_probe_info()
85 if (!reply) in sof_ipc_probe_info()
91 msg.rhdr.hdr.size, reply, SOF_IPC_MSG_MAX_SIZ in sof_ipc_probe_info()
153 struct sof_ipc_reply reply; sof_ipc_probe_dma_add() local
187 struct sof_ipc_reply reply; sof_ipc_probe_dma_remove() local
241 struct sof_ipc_reply reply; sof_ipc_probe_points_add() local
273 struct sof_ipc_reply reply; sof_ipc_probe_points_remove() local
[all...]
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c33 static int32_t ParserNetworkInfo(struct HdfSBuf *reply, struct NetworkInfoResult *result) in ParserNetworkInfo() argument
40 if (!HdfSbufReadUint32(reply, &result->nums)) { in ParserNetworkInfo()
48 ifName = HdfSbufReadString(reply); in ParserNetworkInfo()
53 if (!HdfSbufReadBuffer(reply, (const void **)&mode, &replayDataSize) || mode == NULL || in ParserNetworkInfo()
70 static int32_t ParserDeviceMacAddr(struct HdfSBuf *reply, uint8_t *mac, uint8_t len) in ParserDeviceMacAddr() argument
76 if (!HdfSbufReadUint8(reply, &isEfuseSavedMac)) { in ParserDeviceMacAddr()
84 if (!HdfSbufReadBuffer(reply, (const void **)(&replayData), &replayDataSize) || replayDataSize != len) { in ParserDeviceMacAddr()
95 static int32_t ParserFreqInfo(struct HdfSBuf *reply, struct FreqInfoResult *result, uint32_t size) in ParserFreqInfo() argument
105 if (!HdfSbufReadUint32(reply, &result->nums)) { in ParserFreqInfo()
113 if (!HdfSbufReadBuffer(reply, (cons in ParserFreqInfo()
124 ParserAssociatedStas(struct HdfSBuf *reply, struct AssocStaInfoResult *result) ParserAssociatedStas() argument
151 HdfSbufObtainDefault(struct HdfSBuf **data, struct HdfSBuf **reply) HdfSbufObtainDefault() argument
231 struct HdfSBuf *reply = NULL; GetUsableNetworkInfo() local
255 struct HdfSBuf *reply = NULL; IsSupportCombo() local
288 struct HdfSBuf *reply = NULL; GetComboInfo() local
333 struct HdfSBuf *reply = NULL; SetMacAddr() local
364 struct HdfSBuf *reply = NULL; GetDevMacAddr() local
400 struct HdfSBuf *reply = NULL; GetValidFreqByBand() local
436 struct HdfSBuf *reply = NULL; SetTxPower() local
467 struct HdfSBuf *reply = NULL; GetAssociatedStas() local
498 struct HdfSBuf *reply = NULL; WifiSetCountryCode() local
530 struct HdfSBuf *reply = NULL; SetScanMacAddr() local
574 struct HdfSBuf *reply = NULL; AcquireChipId() local
604 GetIfNames(struct HdfSBuf *reply, char **ifNames, uint32_t *num) GetIfNames() argument
643 struct HdfSBuf *reply = NULL; GetIfNamesByChipId() local
673 struct HdfSBuf *reply = NULL; SetResetDriver() local
700 struct HdfSBuf *reply = NULL; GetNetDeviceInfo() local
755 struct HdfSBuf *reply = NULL; GetCurrentPowerMode() local
950 struct HdfSBuf *reply = NULL; GetStationInfo() local
1090 struct HdfSBuf *reply = NULL; ClientGetApBandwidth() local
1124 struct HdfSBuf *reply = NULL; WifiGetSignalPollInfo() local
[all...]
/applications/sample/camera/communication/wpa_cli/src/
H A Dwpa_cli_sample.c127 static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen) in SendCtrlCommand() argument
130 wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0); in SendCtrlCommand()
131 DumpString(reply, len, "SendCtrlCommand raw return"); in SendCtrlCommand()
132 if (len != 0 && !StrMatch(reply, WPA_CTRL_REQUEST_FAIL)) { in SendCtrlCommand()
151 char reply[100] = {0}; in TestNetworkConfig() local
152 size_t replyLen = sizeof(reply); in TestNetworkConfig()
159 ret += SendCtrlCommand(cmd, reply, &replyLen); in TestNetworkConfig()
160 replyLen = sizeof(reply); in TestNetworkConfig()
165 ret += SendCtrlCommand(cmd, reply, &replyLen); in TestNetworkConfig()
166 replyLen = sizeof(reply); in TestNetworkConfig()
189 char reply[100] = {0}; TestCliConnection() local
201 char reply[100] = {0}; TestScan() local
[all...]
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_dump.c43 static int32_t DevMgrDumpHostFindHost(const char *hostName, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpHostFindHost() argument
61 (void)HdfSbufWriteString(reply, "The host does not start\n"); in DevMgrDumpHostFindHost()
64 ret = hostClnt->hostService->Dump(hostClnt->hostService, data, reply); in DevMgrDumpHostFindHost()
69 (void)HdfSbufWriteString(reply, "The host does not exist\n"); in DevMgrDumpHostFindHost()
75 static int32_t DevMgrDumpHost(uint32_t argv, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpHost() argument
108 int32_t ret = DevMgrDumpHostFindHost(hostName, hostData, reply); in DevMgrDumpHost()
114 static int32_t DevMgrDumpServiceFindHost(const char *servName, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpServiceFindHost() argument
142 ret = hostClnt->hostService->Dump(hostClnt->hostService, data, reply); in DevMgrDumpServiceFindHost()
147 (void)HdfSbufWriteString(reply, "The service does not exist\n"); in DevMgrDumpServiceFindHost()
151 static int32_t DevMgrDumpService(uint32_t argv, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpService() argument
212 DevMgrDumpAllHostsIpcStats(struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDumpAllHostsIpcStats() argument
236 DevMgrDumpIpcAllHosts(int32_t fd, const char *cmd, struct HdfSBuf *reply) DevMgrDumpIpcAllHosts() argument
254 DevMgrDumpSingleHostIpcStats(int32_t pid, struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDumpSingleHostIpcStats() argument
279 DevMgrDumpIpcSingleHost(int32_t pid, int32_t fd, const char *cmd, struct HdfSBuf *reply) DevMgrDumpIpcSingleHost() argument
297 DevMgrDumpIpc(int32_t fd, struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDumpIpc() argument
327 DevMgrFillDeviceHostInfo(struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrFillDeviceHostInfo() argument
355 DevMgrFillDeviceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *hostCnt, uint32_t *nodeCnt) DevMgrFillDeviceInfo() argument
411 DevMgrFillServiceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *servCnt) DevMgrFillServiceInfo() argument
455 DevMgrQueryUserDevice(struct HdfSBuf *reply) DevMgrQueryUserDevice() argument
494 DevMgrQueryUserService(struct HdfSBuf *reply) DevMgrQueryUserService() argument
526 DevMgrQueryKernelDevice(struct HdfSBuf *reply) DevMgrQueryKernelDevice() argument
559 DevMgrQueryKernelService(struct HdfSBuf *reply) DevMgrQueryKernelService() argument
590 DevMgrQueryInfo(struct HdfSBuf *reply) DevMgrQueryInfo() argument
599 DevMgrDump(struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDump() argument
[all...]
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_dispatch.c15 static int32_t MmcCmdDevPresent(struct MmcCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in MmcCmdDevPresent() argument
18 if (reply == NULL) { in MmcCmdDevPresent()
21 if (!HdfSbufWriteUint8(reply, MmcCntlrDevPresent(cntlr))) { in MmcCmdDevPresent()
22 HDF_LOGE("MmcCmdDevPresent: write reply sbuf fail!"); in MmcCmdDevPresent()
28 static int32_t MmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in MmcDispatch() argument
31 return MmcCmdDevPresent(cntlr, data, reply); in MmcDispatch()
38 static int32_t EmmcCmdGetCid(struct MmcCntlr *cntlr, struct HdfSBuf *reply) in EmmcCmdGetCid() argument
43 if (reply == NULL || cntlr == NULL) { in EmmcCmdGetCid()
44 HDF_LOGE("EmmcCmdGetCid: reply or cntlr is null!"); in EmmcCmdGetCid()
54 if (HdfSbufWriteBuffer(reply, ci in EmmcCmdGetCid()
62 EmmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) EmmcDispatch() argument
74 SdioDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) SdioDispatch() argument
83 MmcIoDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) MmcIoDispatch() argument
[all...]
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp100 MessageParcel reply; in RegHotPlugCallback() local
105 int32_t ret = Remote()->SendRequest(DSP_CMD_REGHOTPLUGCALLBACK, data, reply, option); in RegHotPlugCallback()
126 MessageParcel reply; in RegDisplayVBlankCallback() local
133 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYVBLANKCALLBACK, data, reply, option); in RegDisplayVBlankCallback()
154 MessageParcel reply; in RegDisplayRefreshCallback() local
162 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYREFRESHCALLBACK, data, reply, option); in RegDisplayRefreshCallback()
179 MessageParcel reply; in GetDisplayCapability() local
185 int32_t ret = Remote()->SendRequest(DSP_CMD_GETDISPLAYCAPABILITY, data, reply, option); in GetDisplayCapability()
191 if (!DisplayDeviceReadData(&info, &reply)) { in GetDisplayCapability()
207 MessageParcel reply; in GetDisplaySupportedModes() local
241 MessageParcel reply; GetDisplayMode() local
266 MessageParcel reply; SetDisplayMode() local
294 MessageParcel reply; GetDisplayPowerStatus() local
318 MessageParcel reply; SetDisplayPowerStatus() local
347 MessageParcel reply; GetDisplayBacklight() local
372 MessageParcel reply; SetDisplayBacklight() local
401 MessageParcel reply; GetDisplayProperty() local
430 MessageParcel reply; SetDisplayProperty() local
463 MessageParcel reply; PrepareDisplayLayers() local
493 MessageParcel reply; GetDisplayCompChange() local
535 MessageParcel reply; SetDisplayClientCrop() local
563 MessageParcel reply; SetDisplayClientDestRect() local
591 MessageParcel reply; SetDisplayClientBuffer() local
628 MessageParcel reply; SetDisplayClientDamage() local
660 MessageParcel reply; SetDisplayVsyncEnabled() local
695 MessageParcel reply; GetDisplayReleaseFence() local
734 MessageParcel reply; Commit() local
763 MessageParcel reply; CreateVirtualDisplay() local
797 MessageParcel reply; DestroyVirtualDisplay() local
827 MessageParcel reply; SetVirtualDisplayBuffer() local
865 MessageParcel reply; CreateWriteBack() local
895 MessageParcel reply; DestroyWriteBack() local
914 MessageParcel reply; SetProxyRemoteCallback() local
939 MessageParcel reply; InitDisplay() local
963 MessageParcel reply; DeinitDisplay() local
987 MessageParcel reply; GetDisplayInfo() local
1014 MessageParcel reply; CreateLayer() local
1043 MessageParcel reply; CloseLayer() local
1071 MessageParcel reply; SetLayerVisible() local
1103 MessageParcel reply; GetLayerVisibleState() local
1135 MessageParcel reply; SetLayerSize() local
1167 MessageParcel reply; GetLayerSize() local
1203 MessageParcel reply; SetLayerCrop() local
1235 MessageParcel reply; SetLayerZorder() local
1267 MessageParcel reply; GetLayerZorder() local
1296 MessageParcel reply; SetLayerPreMulti() local
1328 MessageParcel reply; GetLayerPreMulti() local
1356 MessageParcel reply; SetLayerAlpha() local
1387 MessageParcel reply; GetLayerAlpha() local
1419 MessageParcel reply; SetLayerColorKey() local
1454 MessageParcel reply; GetLayerColorKey() local
1489 MessageParcel reply; SetLayerPalette() local
1524 MessageParcel reply; GetLayerPalette() local
1557 MessageParcel reply; SetTransformMode() local
1588 MessageParcel reply; SetLayerCompression() local
1619 MessageParcel reply; GetLayerCompression() local
1647 MessageParcel reply; SetLayerDirtyRegion() local
1689 MessageParcel reply; GetLayerBuffer() local
1724 MessageParcel reply; Flush() local
1759 MessageParcel reply; WaitForVBlank() local
1790 MessageParcel reply; SnapShot() local
1823 MessageParcel reply; SetLayerVisibleRegion() local
1858 MessageParcel reply; SetLayerBuffer() local
1902 MessageParcel reply; SetLayerCompositionType() local
1933 MessageParcel reply; SetLayerBlendType() local
[all...]
/drivers/hdf_core/framework/core/common/src/
H A Ddevmgr_service_start.c25 static int32_t GetDeviceServiceNameByClass(struct HdfSBuf *data, struct HdfSBuf *reply) in GetDeviceServiceNameByClass() argument
28 if (reply == NULL || data == NULL) { in GetDeviceServiceNameByClass()
37 HdfSbufFlush(reply); in GetDeviceServiceNameByClass()
38 DevSvcManagerListService(reply, deviceClass); in GetDeviceServiceNameByClass()
39 HdfSbufWriteString(reply, NULL); in GetDeviceServiceNameByClass()
43 static int32_t ListAllService(struct HdfSBuf *reply) in ListAllService() argument
46 if (reply == NULL || devSvcManager == NULL || devSvcManager->super.ListAllService == NULL) { in ListAllService()
49 HdfSbufFlush(reply); in ListAllService()
50 devSvcManager->super.ListAllService(&devSvcManager->super, reply); in ListAllService()
51 HdfSbufWriteString(reply, NUL in ListAllService()
55 ListAllDevice(struct DevmgrService *devMgrSvc, struct HdfSBuf *reply) ListAllDevice() argument
66 DeviceManagerDispatch(struct HdfObject *stub, int code, struct HdfSBuf *data, struct HdfSBuf *reply) DeviceManagerDispatch() argument
[all...]
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_render.c124 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatRender()
126 IF_TRUE_PRINT_LOG_RETURN_ERROR((client == NULL || data == NULL || reply == NULL), in HdiServiceCreatRender()
127 "client or data or reply is null!", AUDIO_HAL_ERR_INVALID_PARAM); in HdiServiceCreatRender()
159 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderDestory()
161 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderDestory()
199 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStart() argument
201 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderStart()
216 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStop() argument
218 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderStop()
234 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderPause()
123 HdiServiceCreatRender(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceCreatRender() argument
158 HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDestory() argument
233 HdiServiceRenderPause(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderPause() argument
251 HdiServiceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderResume() argument
268 HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderFlush() argument
286 HdiServiceRenderGetFrameSize(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetFrameSize() argument
311 HdiServiceRenderGetFrameCount(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetFrameCount() argument
337 HdiServiceRenderSetSampleAttr(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetSampleAttr() argument
360 HdiServiceRenderGetSampleAttr(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetSampleAttr() argument
386 HdiServiceRenderGetCurChannelId(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetCurChannelId() argument
412 HdiServiceRenderCheckSceneCapability(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderCheckSceneCapability() argument
448 HdiServiceRenderSelectScene(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSelectScene() argument
477 HdiServiceRenderGetMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetMute() argument
505 HdiServiceRenderSetMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetMute() argument
529 HdiServiceRenderSetVolume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetVolume() argument
552 HdiServiceRenderGetVolume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetVolume() argument
579 HdiServiceRenderGetGainThreshold(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetGainThreshold() argument
610 HdiServiceRenderGetGain(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetGain() argument
637 HdiServiceRenderSetGain(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetGain() argument
659 HdiServiceRenderGetLatency(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetLatency() argument
685 HdiServiceRenderRenderFrame(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderRenderFrame() argument
732 HdiServiceRenderGetRenderPosition(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetRenderPosition() argument
763 HdiServiceRenderGetSpeed(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetSpeed() argument
790 HdiServiceRenderSetSpeed(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetSpeed() argument
812 HdiServiceRenderSetChannelMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetChannelMode() argument
837 HdiServiceRenderGetChannelMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetChannelMode() argument
865 HdiServiceRenderSetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetExtraParams() argument
888 HdiServiceRenderGetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetExtraParams() argument
921 HdiServiceRenderReqMmapBuffer(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderReqMmapBuffer() argument
977 HdiServiceRenderGetMmapPosition(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetMmapPosition() argument
1006 HdiServiceRenderAddEffect(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderAddEffect() argument
1035 HdiServiceRenderRemoveEffect(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderRemoveEffect() argument
1064 HdiServiceRenderTurnStandbyMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderTurnStandbyMode() argument
1083 HdiServiceRenderDevDump(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDevDump() argument
1110 HdiServiceRenderRegCallback(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderRegCallback() argument
1140 HdiServiceRenderDrainBuffer(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDrainBuffer() argument
[all...]
/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_service.c20 static int32_t GpioServiceIoRead(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoRead() argument
26 if (data == NULL || reply == NULL) { in GpioServiceIoRead()
27 HDF_LOGE("GpioServiceIoRead: data or reply is null!"); in GpioServiceIoRead()
42 if (!HdfSbufWriteUint16(reply, value)) { in GpioServiceIoRead()
50 static int32_t GpioServiceIoWrite(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoWrite() argument
56 (void)reply; in GpioServiceIoWrite()
80 static int32_t GpioServiceIoGetDir(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoGetDir() argument
86 if (data == NULL || reply == NULL) { in GpioServiceIoGetDir()
87 HDF_LOGE("GpioServiceIoGetDir: data or reply is null!"); in GpioServiceIoGetDir()
102 if (!HdfSbufWriteUint16(reply, di in GpioServiceIoGetDir()
110 GpioServiceIoSetDir(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoSetDir() argument
178 GpioServiceIoSetIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoSetIrq() argument
208 GpioServiceIoUnsetIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoUnsetIrq() argument
231 GpioServiceIoEnableIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoEnableIrq() argument
256 GpioServiceIoDisableIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoDisableIrq() argument
281 GpioServiceIoGetNumByName(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoGetNumByName() argument
311 GpioServiceDispatch( struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceDispatch() argument
[all...]
/drivers/hdf_core/framework/support/platform/src/watchdog/
H A Dwatchdog_if_u.c46 struct HdfSBuf *reply = NULL; in WatchdogOpen() local
66 reply = HdfSbufObtainDefaultSize(); in WatchdogOpen()
67 if (reply == NULL) { in WatchdogOpen()
68 HDF_LOGE("WatchdogOpen: fail to obtain reply!"); in WatchdogOpen()
73 ret = service->dispatcher->Dispatch(&service->object, WATCHDOG_IO_GET_PRIV, NULL, reply); in WatchdogOpen()
77 HdfSbufRecycle(reply); in WatchdogOpen()
81 if (!HdfSbufReadInt32(reply, &ret)) { in WatchdogOpen()
84 HdfSbufRecycle(reply); in WatchdogOpen()
88 HdfSbufRecycle(reply); in WatchdogOpen()
115 struct HdfSBuf *reply in WatchdogGetStatus() local
238 struct HdfSBuf *reply = NULL; WatchdogGetTimeout() local
[all...]

Completed in 20 milliseconds

12345678910>>...48