Home
last modified time | relevance | path

Searched refs:handleEngineUpEvent (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/gps/core/
DLocAdapterBase.cpp53 void LocAdapterBase::handleEngineUpEvent() in handleEngineUpEvent() function in loc_core::LocAdapterBase
56 mLocAdapterProxyBase->handleEngineUpEvent(); in handleEngineUpEvent()
DLocAdapterProxyBase.h53 inline virtual void handleEngineUpEvent() {}; in handleEngineUpEvent() function
DLocAdapterBase.h74 virtual void handleEngineUpEvent();
DLocApiBase.cpp206 void LocApiBase::handleEngineUpEvent() in handleEngineUpEvent() function in loc_core::LocApiBase
214 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
DLocApiBase.h100 void handleEngineUpEvent();
/hardware/qcom/gps/msm8960/core/
DLocAdapterBase.h73 inline virtual void handleEngineUpEvent() {} in handleEngineUpEvent() function
DLocApiBase.cpp178 void LocApiBase::handleEngineUpEvent() in handleEngineUpEvent() function in loc_core::LocApiBase
184 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
DLocApiBase.h86 void handleEngineUpEvent();
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
DLocEngAdapter.cpp257 void LocEngAdapter::handleEngineUpEvent() in handleEngineUpEvent() function in LocEngAdapter
DLocEngAdapter.h241 virtual void handleEngineUpEvent();
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.cpp344 void LocEngAdapter::handleEngineUpEvent() in handleEngineUpEvent() function in LocEngAdapter
DLocEngAdapter.h268 virtual void handleEngineUpEvent();
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp225 handleEngineUpEvent(); in locRpcGlobalCB()