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

  /hardware/qcom/gps/msm8998/location/
location_interface.h 72 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count);
LocationAPI.cpp 422 LocationAPI::getBatchedLocations(uint32_t id, size_t count)
427 gData.flpInterface->getBatchedLocations(this, id, count);
  /hardware/qcom/gps/sdm845/location/
location_interface.h 72 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count);
LocationAPI.cpp 422 LocationAPI::getBatchedLocations(uint32_t id, size_t count)
427 gData.flpInterface->getBatchedLocations(this, id, count);

Completed in 58 milliseconds