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

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 181 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
  /hardware/qcom/gps/core/
LocApiBase.cpp 319 void LocApiBase::requestATL(int connHandle, AGpsType agps_type)
322 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestATL(connHandle, agps_type));
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 263 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
  /hardware/qcom/gps/msm8084/core/
LocApiBase.cpp 289 void LocApiBase::requestATL(int connHandle, AGpsType agps_type)
292 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestATL(connHandle, agps_type));
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.cpp 265 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
  /hardware/qcom/gps/msm8909/core/
LocApiBase.cpp 319 void LocApiBase::requestATL(int connHandle, AGpsType agps_type)
322 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestATL(connHandle, agps_type));
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
LocEngAdapter.cpp 266 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
  /hardware/qcom/gps/msm8960/core/
LocApiBase.cpp 259 void LocApiBase::requestATL(int connHandle, AGpsType agps_type)
262 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestATL(connHandle, agps_type));
  /hardware/qcom/gps/msm8994/core/
LocApiBase.cpp 319 void LocApiBase::requestATL(int connHandle, AGpsType agps_type)
322 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestATL(connHandle, agps_type));
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
LocEngAdapter.cpp 263 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
  /hardware/qcom/gps/msm8996/core/
LocApiBase.cpp 318 void LocApiBase::requestATL(int connHandle, AGpsType agps_type)
321 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestATL(connHandle, agps_type));
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
LocEngAdapter.cpp 266 bool LocEngAdapter::requestATL(int connHandle, AGpsType agps_type)
  /hardware/qcom/gps/msm8998/core/
LocApiBase.cpp 349 void LocApiBase::requestATL(int connHandle, LocAGpsType agps_type)
352 TO_1ST_HANDLING_LOCADAPTERS(mLocAdapters[i]->requestATL(connHandle, agps_type));
  /hardware/qcom/gps/msm8998/gnss/
Agps.cpp 768 void AgpsManager::requestATL(int connHandle, AGpsExtType agpsType){
770 LOC_LOGD("AgpsManager::requestATL(): connHandle %d, agpsType %d",
GnssAdapter.cpp     [all...]

Completed in 63 milliseconds