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

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

Completed in 1217 milliseconds