Home
last modified time | relevance | path

Searched refs:reportLocations (Results 1 – 20 of 20) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/batching/
H A DBatchingAdapter.h132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DBatchingAdapter.cpp627 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 DBatchingAdapter.h132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DBatchingAdapter.cpp622 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 DBatchingAdapter.h132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DBatchingAdapter.cpp627 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 DBatchingAdapter.h132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DBatchingAdapter.cpp628 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 DLocationProviderBase.java222 public void reportLocations(@NonNull List<Location> locations) { in reportLocations() method in LocationProviderBase
/aosp12/frameworks/base/location/lib/api/
H A Dcurrent.txt25 …method @Deprecated public void reportLocations(@NonNull java.util.List<android.location.Location>);
/aosp12/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java269 public void reportLocations(@NonNull List<Location> locations) { in reportLocations() method in LocationProviderBase
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DLocApiBase.h207 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DLocApiBase.cpp581 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 DLocApiBase.h207 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DLocApiBase.cpp581 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 DLocApiBase.h217 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DLocApiBase.cpp591 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 DLocApiBase.h217 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
H A DLocApiBase.cpp591 void LocApiBase::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() function in loc_core::LocApiBase
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt5080 method public void reportLocations(@NonNull java.util.List<android.location.Location>);