Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 12 of 12) sorted by relevance

/hardware/msm7k/librpc/
Dsvc.c515 #define SVCERR_XDR_SEND(xdr, reply) \ argument
517 xdr_send_reply_header(xdr, &reply) && \
524 rpc_reply_header reply; in svcerr_decode() local
525 reply.stat = RPC_MSG_ACCEPTED; in svcerr_decode()
526 reply.u.ar.verf = serv->xdr->verf; in svcerr_decode()
527 reply.u.ar.stat = RPC_GARBAGE_ARGS; in svcerr_decode()
529 if (!SVCERR_XDR_SEND(serv->xdr, reply)) in svcerr_decode()
539 rpc_reply_header reply; in svcerr_systemerr() local
540 reply.stat = RPC_MSG_ACCEPTED; in svcerr_systemerr()
541 reply.u.ar.verf = serv->xdr->verf; in svcerr_systemerr()
[all …]
Drpc.c104 rpc_reply_header const *reply) in xdr_send_reply_header() argument
106 if (!XDR_SEND_ENUM(xdr, &reply->stat)) in xdr_send_reply_header()
109 switch ((*reply).stat) { in xdr_send_reply_header()
111 if (!xdr_send_accepted_reply_header(xdr, &reply->u.ar)) in xdr_send_reply_header()
115 if (!xdr_send_denied_reply(xdr, &reply->u.dr)) in xdr_send_reply_header()
Dclnt.c63 extern bool_t xdr_recv_reply_header (xdr_s_type *xdr, rpc_reply_header *reply);
513 bool_t xdr_recv_reply_header (xdr_s_type *xdr, rpc_reply_header *reply) in xdr_recv_reply_header() argument
515 if (!XDR_RECV_ENUM(xdr, &reply->stat)) { in xdr_recv_reply_header()
519 switch ((*reply).stat) { in xdr_recv_reply_header()
521 if (!xdr_recv_accepted_reply_header(xdr, &reply->u.ar)) in xdr_recv_reply_header()
525 if (!xdr_recv_denied_reply(xdr, &reply->u.dr)) in xdr_recv_reply_header()
Dsvc_clnt_common.c83 extern bool_t xdr_recv_reply_header(xdr_s_type *xdr, rpc_reply_header *reply);
/hardware/libhardware_legacy/wifi/
Dwifi.c402 int wifi_send_command(struct wpa_ctrl *ctrl, const char *cmd, char *reply, size_t *reply_len) in wifi_send_command() argument
410 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), reply, reply_len, NULL); in wifi_send_command()
414 } else if (ret < 0 || strncmp(reply, "FAIL", 4) == 0) { in wifi_send_command()
418 reply[*reply_len] = '\0'; in wifi_send_command()
487 int wifi_command(const char *command, char *reply, size_t *reply_len) in wifi_command() argument
489 return wifi_send_command(ctrl_conn, command, reply, reply_len); in wifi_command()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi.h141 int wifi_command(const char *command, char *reply, size_t *reply_len);
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DspectrumMngmntMgr.h78 …uildReport(TI_HANDLE hMeasurementMgr, MeasurementRequest_t request, TMeasurementTypeReply * reply);
DmeasurementMgr.h75 TMeasurementTypeReply * reply);
DspectrumMngmntMgr.c366 …BuildReport(TI_HANDLE hMeasurementMgr, MeasurementRequest_t request, TMeasurementTypeReply * reply) in measurementMgr_dot11hBuildReport() argument
/hardware/msm7k/libaudio-qdsp5v2/
DAudioHardware.cpp136 AudioParameter reply = AudioParameter(); in getParameters() local
140 return reply.toString(); in getParameters()
/hardware/msm7k/librpc/rpc/
Dxdr.h72 extern bool_t xdr_send_reply_header (XDR *xdr, rpc_reply_header const *reply);
/hardware/msm7k/libaudio-qsd8k/
DAudioHardware.cpp512 AudioParameter reply = AudioParameter(); in getParameters() local
534 reply.add(key, value); in getParameters()
537 return reply.toString(); in getParameters()