Home
last modified time | relevance | path

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

/hardware/qcom/sm7150/gps/core/
DLocApiBase.cpp42 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
171 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
309 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
317 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
345 TO_ALL_LOCADAPTERS( in reportPosition()
375 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGnssEngEnergyConsumedEvent( in reportGnssEngEnergyConsumedEvent()
398 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNfwNotificationEvent(notification)); in sendNfwNotification()
433 TO_ALL_LOCADAPTERS( in reportSv()
441 TO_ALL_LOCADAPTERS( in reportSvPolynomial()
449 TO_ALL_LOCADAPTERS( in reportSvEphemeris()
[all …]
/hardware/qcom/sm8150p/gps/core/
DLocApiBase.cpp42 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
171 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
309 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
317 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
345 TO_ALL_LOCADAPTERS( in reportPosition()
375 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGnssEngEnergyConsumedEvent( in reportGnssEngEnergyConsumedEvent()
398 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNfwNotificationEvent(notification)); in sendNfwNotification()
433 TO_ALL_LOCADAPTERS( in reportSv()
441 TO_ALL_LOCADAPTERS( in reportSvPolynomial()
449 TO_ALL_LOCADAPTERS( in reportSvEphemeris()
[all …]
/hardware/qcom/sm8150/gps/core/
DLocApiBase.cpp43 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
172 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
310 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
318 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
347 TO_ALL_LOCADAPTERS( in reportPosition()
377 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGnssEngEnergyConsumedEvent( in reportGnssEngEnergyConsumedEvent()
400 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNfwNotificationEvent(notification)); in sendNfwNotification()
434 TO_ALL_LOCADAPTERS( in reportSv()
442 TO_ALL_LOCADAPTERS( in reportSvPolynomial()
450 TO_ALL_LOCADAPTERS( in reportSvEphemeris()
[all …]
/hardware/qcom/sm7250/gps/core/
DLocApiBase.cpp43 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
172 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
310 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
318 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
347 TO_ALL_LOCADAPTERS( in reportPosition()
377 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGnssEngEnergyConsumedEvent( in reportGnssEngEnergyConsumedEvent()
400 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNfwNotificationEvent(notification)); in sendNfwNotification()
434 TO_ALL_LOCADAPTERS( in reportSv()
442 TO_ALL_LOCADAPTERS( in reportSvPolynomial()
450 TO_ALL_LOCADAPTERS( in reportSvEphemeris()
[all …]
/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/msm8909w_3100/core/
DLocApiBase.cpp41 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
143 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
222 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
228 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
255 TO_ALL_LOCADAPTERS( in reportPosition()
293 TO_ALL_LOCADAPTERS( in reportSv()
301 TO_ALL_LOCADAPTERS( in reportSvMeasurement()
309 TO_ALL_LOCADAPTERS( in reportSvPolynomial()
317 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
323 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmeaEvent(nmea, length)); in reportNmea()
[all …]
/hardware/qcom/gps/msm8084/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()
/hardware/qcom/gps/msm8998/core/
DLocApiBase.cpp40 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
142 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
250 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
256 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
281 TO_ALL_LOCADAPTERS( in reportPosition()
320 TO_ALL_LOCADAPTERS( in reportSv()
328 TO_ALL_LOCADAPTERS( in reportSvMeasurement()
336 TO_ALL_LOCADAPTERS( in reportSvPolynomial()
344 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
350 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmeaEvent(nmea, length)); in reportNmea()
[all …]
/hardware/qcom/gps/core/
DLocApiBase.cpp40 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
141 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
226 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
247 TO_ALL_LOCADAPTERS( in reportPosition()
274 TO_ALL_LOCADAPTERS( in reportSv()
284 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
369 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGpsMeasurementData(gpsMeasurementData)); in getSibling()
/hardware/qcom/gps/msm8994/core/
DLocApiBase.cpp40 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
141 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
226 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
247 TO_ALL_LOCADAPTERS( in reportPosition()
274 TO_ALL_LOCADAPTERS( in reportSv()
284 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
369 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGpsMeasurementData(gpsMeasurementData)); in getSibling()
/hardware/qcom/gps/msm8996/core/
DLocApiBase.cpp40 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
141 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
226 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
247 TO_ALL_LOCADAPTERS( in reportPosition()
273 TO_ALL_LOCADAPTERS( in reportSv()
283 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
289 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
368 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGnssMeasurementData(gnssMeasurementData)); in getSibling()
/hardware/qcom/gps/msm8909/core/
DLocApiBase.cpp40 #define TO_ALL_LOCADAPTERS(call) TO_ALL_ADAPTERS(mLocAdapters, (call)) macro
141 TO_ALL_LOCADAPTERS(mask |= mLocAdapters[i]->getEvtMask()); in getEvtMask()
220 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineUpEvent()); in handleEngineUpEvent()
226 TO_ALL_LOCADAPTERS(mLocAdapters[i]->handleEngineDownEvent()); in handleEngineDownEvent()
247 TO_ALL_LOCADAPTERS( in reportPosition()
274 TO_ALL_LOCADAPTERS( in reportSv()
284 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportStatus(status)); in reportStatus()
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
369 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportGnssMeasurementData(gnssMeasurementData)); in getSibling()