Home
last modified time | relevance | path

Searched refs:getBatchedLocations (Results 1 – 25 of 44) sorted by relevance

12

/hardware/qcom/sm7250/gps/batching/
Dlocation_batching.cpp44 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count);
56 getBatchedLocations
128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations() function
/hardware/qcom/sm8150p/gps/batching/
Dlocation_batching.cpp44 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count);
56 getBatchedLocations
128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations() function
/hardware/qcom/sm7150/gps/batching/
Dlocation_batching.cpp44 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count);
56 getBatchedLocations
128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations() function
/hardware/qcom/sm8150/gps/batching/
Dlocation_batching.cpp44 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count);
56 getBatchedLocations
128 static void getBatchedLocations(LocationAPI* client, uint32_t id, size_t count) in getBatchedLocations() function
/hardware/qcom/sm8150p/gps/location/
DILocationAPI.h111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
DLocationAPI.h127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
Dlocation_interface.h103 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
DLocationAPI.cpp489 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations() function in LocationAPI
494 gData.batchingInterface->getBatchedLocations(this, id, count); in getBatchedLocations()
/hardware/qcom/sm7150/gps/location/
DILocationAPI.h111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
DLocationAPI.h127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
Dlocation_interface.h110 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
DLocationAPI.cpp485 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations() function in LocationAPI
490 gData.batchingInterface->getBatchedLocations(this, id, count); in getBatchedLocations()
/hardware/qcom/sm7250/gps/location/
DILocationAPI.h111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
DLocationAPI.h127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
Dlocation_interface.h126 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
DLocationAPI.cpp546 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations() function in LocationAPI
551 gData.batchingInterface->getBatchedLocations(this, id, count); in getBatchedLocations()
/hardware/qcom/sm8150/gps/location/
DILocationAPI.h111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
DLocationAPI.h127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
Dlocation_interface.h126 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
DLocationAPI.cpp546 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations() function in LocationAPI
551 gData.batchingInterface->getBatchedLocations(this, id, count); in getBatchedLocations()
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h72 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
DLocationAPI.cpp422 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations() function in LocationAPI
427 gData.flpInterface->getBatchedLocations(this, id, count); in getBatchedLocations()
/hardware/qcom/gps/msm8909w_3100/location/
Dlocation_interface.h75 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
DLocationAPI.cpp424 LocationAPI::getBatchedLocations(uint32_t id, size_t count) in getBatchedLocations() function in LocationAPI
429 gData.flpInterface->getBatchedLocations(this, id, count); in getBatchedLocations()
/hardware/qcom/sm8150p/gps/core/
DLocApiBase.h300 virtual void getBatchedLocations(size_t count, LocApiResponse* adapterResponse);

12