/hardware/qcom/sm7250/gps/batching/ |
D | location_batching.cpp | 44 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/ |
D | location_batching.cpp | 44 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/ |
D | location_batching.cpp | 44 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/ |
D | location_batching.cpp | 44 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/ |
D | ILocationAPI.h | 111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
|
D | LocationAPI.h | 127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
|
D | location_interface.h | 103 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
|
D | LocationAPI.cpp | 489 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/ |
D | ILocationAPI.h | 111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
|
D | LocationAPI.h | 127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
|
D | location_interface.h | 110 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
|
D | LocationAPI.cpp | 485 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/ |
D | ILocationAPI.h | 111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
|
D | LocationAPI.h | 127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
|
D | location_interface.h | 126 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
|
D | LocationAPI.cpp | 546 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/ |
D | ILocationAPI.h | 111 virtual void getBatchedLocations(uint32_t id, size_t count) = 0;
|
D | LocationAPI.h | 127 virtual void getBatchedLocations(uint32_t id, size_t count) override;
|
D | location_interface.h | 126 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
|
D | LocationAPI.cpp | 546 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/ |
D | location_interface.h | 72 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
|
D | LocationAPI.cpp | 422 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/ |
D | location_interface.h | 75 void (*getBatchedLocations)(LocationAPI* client, uint32_t id, size_t count); member
|
D | LocationAPI.cpp | 424 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/ |
D | LocApiBase.h | 300 virtual void getBatchedLocations(size_t count, LocApiResponse* adapterResponse);
|