Home
last modified time | relevance | path

Searched refs:TO_ALL_LOCADAPTERS (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8960/core/
DLocApiBase.cpp39 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
117 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
126 TO_ALL_LOCADAPTERS(inSession = mLocAdapters[i]->isInSession()); in isInSession()
184 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
190 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
200 TO_ALL_LOCADAPTERS( in reportPosition()
214 TO_ALL_LOCADAPTERS( in reportSv()
224 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
/hardware/qcom/gps/core/
DLocApiBase.cpp40 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
140 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
214 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
230 TO_ALL_LOCADAPTERS( in reportPosition()
244 TO_ALL_LOCADAPTERS( in reportSv()
254 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
334 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGpsMeasurementData(gpsMeasurementData)); in getSibling()