HomeSort by relevance Sort by last modified time
    Searched defs:requestNiNotify (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 218 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data)
  /hardware/qcom/gps/core/
LocApiBase.cpp 319 void LocApiBase::requestNiNotify(GpsNiNotification &notify, const void* data)
322 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestNiNotify(notify, data));
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 302 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data)
  /hardware/qcom/gps/msm8960/core/
LocApiBase.cpp 289 void LocApiBase::requestNiNotify(GpsNiNotification &notify, const void* data)
292 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestNiNotify(notify, data));

Completed in 81 milliseconds