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

  /hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/
loc_api_fixup.h 68 #define RPC_LOC_API_RPC_FAILURE (-1234)
  /hardware/qcom/gps/loc_api/libloc_api-rpc/src/
loc_api_rpc_glue.c 87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }

Completed in 11 milliseconds