/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | BatchingAdapter.h | 132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | BatchingAdapter.cpp | 627 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent() 635 BatchingAdapter::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in BatchingAdapter
|
/aosp12/hardware/qcom/sm7250/gps/batching/ |
H A D | BatchingAdapter.h | 132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | BatchingAdapter.cpp | 622 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent() 630 BatchingAdapter::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in BatchingAdapter
|
/aosp12/hardware/qcom/sm7150/gps/batching/ |
H A D | BatchingAdapter.h | 132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | BatchingAdapter.cpp | 627 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent() 635 BatchingAdapter::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in BatchingAdapter
|
/aosp12/hardware/qcom/sm8150/gps/batching/ |
H A D | BatchingAdapter.h | 132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | BatchingAdapter.cpp | 628 mAdapter.reportLocations(mLocations, mCount, mBatchingMode); in reportLocationsEvent() 636 BatchingAdapter::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in BatchingAdapter
|
/aosp12/frameworks/base/location/java/android/location/provider/ |
H A D | LocationProviderBase.java | 222 public void reportLocations(@NonNull List<Location> locations) { in reportLocations() method in LocationProviderBase
|
/aosp12/frameworks/base/location/lib/api/ |
H A D | current.txt | 25 …method @Deprecated public void reportLocations(@NonNull java.util.List<android.location.Location>);
|
/aosp12/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | LocationProviderBase.java | 269 public void reportLocations(@NonNull List<Location> locations) { in reportLocations() method in LocationProviderBase
|
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | LocApiBase.h | 207 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | LocApiBase.cpp | 581 void LocApiBase::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in loc_core::LocApiBase
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | LocApiBase.h | 207 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | LocApiBase.cpp | 581 void LocApiBase::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in loc_core::LocApiBase
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | LocApiBase.h | 217 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | LocApiBase.cpp | 591 void LocApiBase::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in loc_core::LocApiBase
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | LocApiBase.h | 217 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
|
H A D | LocApiBase.cpp | 591 void LocApiBase::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in loc_core::LocApiBase
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 5080 method public void reportLocations(@NonNull java.util.List<android.location.Location>);
|