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

  /hardware/qcom/gps/loc_api/libloc_api-rpc/src/
loc_api_rpc_glue.c 77 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/
Android.mk 19 gen-$(AMSS_VERSION)/loc_api_clnt.c \

Completed in 290 milliseconds