Searched refs:loc_api_clnt (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_rpc_glue.c77 CLIENT* loc_api_clnt = NULL; variable
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
160 if (loc_api_clnt == NULL)
164 loc_api_clnt = clnt_create(NULL, LOC_APIPROG, LOC_APIVERS, NULL);
165 LOGD("Created loc_api_clnt ---- %x\n", (unsigned int)loc_api_clnt);
167 if (loc_api_clnt == NULL)
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
234 stat = RPC_FUNC_VERSION(rpc_loc_start_fix_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_rpc_glue.c77 CLIENT* loc_api_clnt = NULL; variable
87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
160 if (loc_api_clnt == NULL)
164 loc_api_clnt = clnt_create(NULL, LOC_APIPROG, /*LOC_APIVERS*/ 0x00010000, NULL);
165 LOGD("Created loc_api_clnt ---- %x\n", (unsigned int)loc_api_clnt);
167 if (loc_api_clnt == NULL)
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
234 stat = RPC_FUNC_VERSION(rpc_loc_start_fix_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c72 CLIENT* loc_api_clnt = NULL; variable
94 if (loc_api_clnt == NULL) { EXIT_LOG_CALLFLOW(%d, RPC_LOC_API_RPC_FAILURE); return (ret_type) RPC_LOC_API_RPC_FAILURE; }
261 if (loc_api_clnt == NULL)
277 loc_api_clnt = clnt_create(NULL, LOC_APIPROG, LOC_APIVERS, NULL);
278 LOC_LOGV("Created loc_api_clnt ---- %x\n", (unsigned int)loc_api_clnt);
280 if (loc_api_clnt == NULL)
293 clnt_register_reset_notification_cb(loc_api_clnt, loc_api_glue_rpc_cb);
358 stat = RPC_FUNC_VERSION(rpc_loc_open_, RPC_LOC_OPEN_VERSION)(&args, &rets, loc_api_clnt);
387 stat = RPC_FUNC_VERSION(rpc_loc_close_, RPC_LOC_CLOSE_VERSION)(&args, &rets, loc_api_clnt);
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/
H A DAndroid.mk12 gen-$(AMSS_VERSION)/loc_api_clnt.c \

Completed in 57 milliseconds