HomeSort by relevance Sort by last modified time
    Searched defs:Servicer (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 146 class Servicer {
149 static Servicer* getServicer(servicerType type, void *cb_func);
151 Servicer() {}
152 Servicer(void *cb_func)
154 virtual ~Servicer(){}
155 inline virtual char *whoami() {return (char*)"Servicer";}
158 class ExtServicer : public Servicer {
169 class AGpsServicer : public Servicer {
185 Servicer *mServicer;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 146 class Servicer {
149 static Servicer* getServicer(servicerType type, void *cb_func);
151 Servicer() {}
152 Servicer(void *cb_func)
154 virtual ~Servicer(){}
155 inline virtual char *whoami() {return (char*)"Servicer";}
158 class ExtServicer : public Servicer {
169 class AGpsServicer : public Servicer {
185 Servicer *mServicer;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.h 146 class Servicer {
149 static Servicer* getServicer(servicerType type, void *cb_func);
151 Servicer() {}
152 Servicer(void *cb_func)
154 virtual ~Servicer(){}
155 inline virtual char *whoami() {return (char*)"Servicer";}
158 class ExtServicer : public Servicer {
169 class AGpsServicer : public Servicer {
185 Servicer *mServicer;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 146 class Servicer {
149 static Servicer* getServicer(servicerType type, void *cb_func);
151 Servicer() {}
152 Servicer(void *cb_func)
154 virtual ~Servicer(){}
155 inline virtual char *whoami() {return (char*)"Servicer";}
158 class ExtServicer : public Servicer {
169 class AGpsServicer : public Servicer {
185 Servicer *mServicer;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.h 146 class Servicer {
149 static Servicer* getServicer(servicerType type, void *cb_func);
151 Servicer() {}
152 Servicer(void *cb_func)
154 virtual ~Servicer(){}
155 inline virtual char *whoami() {return (char*)"Servicer";}
158 class ExtServicer : public Servicer {
169 class AGpsServicer : public Servicer {
185 Servicer *mServicer;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h 146 class Servicer {
149 static Servicer* getServicer(servicerType type, void *cb_func);
151 Servicer() {}
152 Servicer(void *cb_func)
154 virtual ~Servicer(){}
155 inline virtual char *whoami() {return (char*)"Servicer";}
158 class ExtServicer : public Servicer {
169 class AGpsServicer : public Servicer {
185 Servicer *mServicer;
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_agps.h 150 class Servicer {
153 static Servicer* getServicer(servicerType type, void *cb_func);
155 Servicer() {}
156 Servicer(void *cb_func)
158 virtual ~Servicer(){}
159 inline virtual char *whoami() {return (char*)"Servicer";}
162 class ExtServicer : public Servicer {
173 class AGpsServicer : public Servicer {
189 Servicer *mServicer;

Completed in 3499 milliseconds