Searched refs:reply (Results 1 – 12 of 12) sorted by relevance
/hardware/msm7k/librpc/ |
D | svc.c | 515 #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 …]
|
D | rpc.c | 104 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()
|
D | clnt.c | 63 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()
|
D | svc_clnt_common.c | 83 extern bool_t xdr_recv_reply_header(xdr_s_type *xdr, rpc_reply_header *reply);
|
/hardware/libhardware_legacy/wifi/ |
D | wifi.c | 402 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/ |
D | wifi.h | 141 int wifi_command(const char *command, char *reply, size_t *reply_len);
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | spectrumMngmntMgr.h | 78 …uildReport(TI_HANDLE hMeasurementMgr, MeasurementRequest_t request, TMeasurementTypeReply * reply);
|
D | measurementMgr.h | 75 TMeasurementTypeReply * reply);
|
D | spectrumMngmntMgr.c | 366 …BuildReport(TI_HANDLE hMeasurementMgr, MeasurementRequest_t request, TMeasurementTypeReply * reply) in measurementMgr_dot11hBuildReport() argument
|
/hardware/msm7k/libaudio-qdsp5v2/ |
D | AudioHardware.cpp | 136 AudioParameter reply = AudioParameter(); in getParameters() local 140 return reply.toString(); in getParameters()
|
/hardware/msm7k/librpc/rpc/ |
D | xdr.h | 72 extern bool_t xdr_send_reply_header (XDR *xdr, rpc_reply_header const *reply);
|
/hardware/msm7k/libaudio-qsd8k/ |
D | AudioHardware.cpp | 512 AudioParameter reply = AudioParameter(); in getParameters() local 534 reply.add(key, value); in getParameters() 537 return reply.toString(); in getParameters()
|