HomeSort by relevance Sort by last modified time
    Searched refs:svc_sendreply (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/
loc_api_cb_svc.c 51 (void) svc_sendreply (transp, (xdrproc_t) xdr_void, (char *)NULL);
70 if (retval > 0 && !svc_sendreply(transp, (xdrproc_t) _xdr_result, (char *)&result)) {
  /hardware/msm7k/librpc/rpc/
svc.h 173 * procedure's code and a call to svc_sendreply.
180 * msg. This message is sent when svc_sendreply is called.
182 * svc_sendreply even if the function logically returns void; use
185 * case of a batched call, svc_sendreply should NOT be called since
195 extern bool_t svc_sendreply (SVCXPRT *xprt, xdrproc_t __xdr_results,
  /hardware/msm7k/librpc/
svc.c 481 svc_sendreply (SVCXPRT *xprt, xdrproc_t xdr_results, function

Completed in 21 milliseconds