HomeSort by relevance Sort by last modified time
    Searched defs:handleEngineUpEvent (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/qcom/gps/core/
LocAdapterBase.cpp 53 void LocAdapterBase::handleEngineUpEvent()
56 mLocAdapterProxyBase->handleEngineUpEvent();
LocAdapterProxyBase.h 58 inline virtual void handleEngineUpEvent() {};
LocApiBase.cpp 212 void LocApiBase::handleEngineUpEvent()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent());
  /hardware/qcom/gps/msm8084/core/
LocAdapterBase.cpp 53 void LocAdapterBase::handleEngineUpEvent()
56 mLocAdapterProxyBase->handleEngineUpEvent();
LocAdapterProxyBase.h 53 inline virtual void handleEngineUpEvent() {};
LocApiBase.cpp 206 void LocApiBase::handleEngineUpEvent()
214 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent());
  /hardware/qcom/gps/msm8909/core/
LocAdapterBase.cpp 53 void LocAdapterBase::handleEngineUpEvent()
56 mLocAdapterProxyBase->handleEngineUpEvent();
LocAdapterProxyBase.h 58 inline virtual void handleEngineUpEvent() {};
LocApiBase.cpp 212 void LocApiBase::handleEngineUpEvent()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent());
  /hardware/qcom/gps/msm8994/core/
LocAdapterBase.cpp 53 void LocAdapterBase::handleEngineUpEvent()
56 mLocAdapterProxyBase->handleEngineUpEvent();
LocAdapterProxyBase.h 58 inline virtual void handleEngineUpEvent() {};
LocApiBase.cpp 212 void LocApiBase::handleEngineUpEvent()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent());
  /hardware/qcom/gps/msm8996/core/
LocAdapterBase.cpp 53 void LocAdapterBase::handleEngineUpEvent()
56 mLocAdapterProxyBase->handleEngineUpEvent();
LocAdapterProxyBase.h 58 inline virtual void handleEngineUpEvent() {};
LocApiBase.cpp 212 void LocApiBase::handleEngineUpEvent()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent());
  /hardware/qcom/gps/msm8998/core/
LocAdapterBase.cpp 63 void LocAdapterBase::handleEngineUpEvent()
66 mLocAdapterProxyBase->handleEngineUpEvent();
LocAdapterProxyBase.h 62 inline virtual void handleEngineUpEvent() {};
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 73 inline virtual void handleEngineUpEvent() {}
LocApiBase.cpp 178 void LocApiBase::handleEngineUpEvent()
184 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent());
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 257 void LocEngAdapter::handleEngineUpEvent()
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 342 void LocEngAdapter::handleEngineUpEvent()
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.cpp 344 void LocEngAdapter::handleEngineUpEvent()
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
LocEngAdapter.cpp 345 void LocEngAdapter::handleEngineUpEvent()
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
LocEngAdapter.cpp 342 void LocEngAdapter::handleEngineUpEvent()
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
LocEngAdapter.cpp 345 void LocEngAdapter::handleEngineUpEvent()

Completed in 739 milliseconds

1 2