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

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 158 class ExtServicer : public Servicer {
162 ExtServicer() {}
163 ExtServicer(void *cb_func)
165 virtual ~ExtServicer(){}
166 inline virtual char *whoami() {return (char*)"ExtServicer";}
loc_eng_agps.cpp 590 return (new ExtServicer(cb_func));
604 int ExtServicer :: requestRsrc(void *cb_data)
607 LOC_LOGD("Enter ExtServicer :: requestRsrc\n");
609 LOC_LOGD("Exit ExtServicer :: requestRsrc\n");
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 158 class ExtServicer : public Servicer {
162 ExtServicer() {}
163 ExtServicer(void *cb_func)
165 virtual ~ExtServicer(){}
166 inline virtual char *whoami() {return (char*)"ExtServicer";}
loc_eng_agps.cpp 590 return (new ExtServicer(cb_func));
604 int ExtServicer :: requestRsrc(void *cb_data)
607 LOC_LOGD("Enter ExtServicer :: requestRsrc\n");
609 LOC_LOGD("Exit ExtServicer :: requestRsrc\n");
    [all...]

Completed in 35 milliseconds