HomeSort by relevance Sort by last modified time
    Searched full:clnt_call (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_clnt.c 15 return (clnt_call(clnt, rpc_loc_api_null,
24 return (clnt_call(clnt, rpc_loc_api_rpc_glue_code_info_remote,
33 return (clnt_call(clnt, rpc_loc_open,
42 return (clnt_call(clnt, rpc_loc_close,
51 return (clnt_call(clnt, rpc_loc_start_fix,
60 return (clnt_call(clnt, rpc_loc_stop_fix,
69 return (clnt_call(clnt, rpc_loc_ioctl,
78 return (clnt_call(clnt, rpc_loc_api_api_versions,
87 return (clnt_call(clnt, rpc_loc_api_null,
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_clnt.c 15 return (clnt_call(clnt, rpc_loc_api_null,
24 return (clnt_call(clnt, rpc_loc_api_rpc_glue_code_info_remote,
33 return (clnt_call(clnt, rpc_loc_open,
42 return (clnt_call(clnt, rpc_loc_close,
51 return (clnt_call(clnt, rpc_loc_start_fix,
60 return (clnt_call(clnt, rpc_loc_stop_fix,
69 return (clnt_call(clnt, rpc_loc_ioctl,
78 return (clnt_call(clnt, rpc_loc_api_api_versions,
  /hardware/msm7k/librpc/
svc_clnt_common.c 39 * process accessing the same program, we serialize access in clnt_call()
42 * the use of a mutex in clnt_call().
45 * from a client is by using clnt_call(), which is the case for all
clnt.c 297 clnt_call( function
419 } /* clnt_call */
652 // and another thread locks the mutex in clnt_call, and then we
654 // then cause the lock in clnt_call() to return an error? When we
  /hardware/msm7k/librpc/rpc/
clnt.h 127 FUNCTION CLNT_CALL
155 clnt_call

Completed in 407 milliseconds