/aosp12/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | FusedLocationHardware.java | 45 public void startBatching(int id, GmsFusedBatchOptions batchOptions) {} in startBatching() method in FusedLocationHardware
|
/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | location_batching.cpp | 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
|
H A D | BatchingAdapter.cpp | 372 BatchingAdapter::startBatching(LocationAPI* client, uint32_t sessionId, in startBatching() function in BatchingAdapter
|
/aosp12/hardware/qcom/sm7250/gps/batching/ |
H A D | location_batching.cpp | 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
|
H A D | BatchingAdapter.cpp | 367 BatchingAdapter::startBatching(LocationAPI* client, uint32_t sessionId, in startBatching() function in BatchingAdapter
|
/aosp12/hardware/qcom/sm7150/gps/batching/ |
H A D | location_batching.cpp | 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
|
H A D | BatchingAdapter.cpp | 372 BatchingAdapter::startBatching(LocationAPI* client, uint32_t sessionId, in startBatching() function in BatchingAdapter
|
/aosp12/hardware/qcom/sm8150/gps/batching/ |
H A D | location_batching.cpp | 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
|
/aosp12/hardware/qcom/gps/msm8909w_3100/location/ |
H A D | location_interface.h | 71 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&, BatchingOptions&); member
|
H A D | LocationAPI.cpp | 373 LocationAPI::startBatching(LocationOptions& locationOptions, BatchingOptions &batchingOptions) in startBatching() function in LocationAPI
|
/aosp12/hardware/qcom/gps/msm8998/location/ |
H A D | location_interface.h | 69 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&); member
|
H A D | LocationAPI.cpp | 373 LocationAPI::startBatching(LocationOptions& locationOptions) in startBatching() function in LocationAPI
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/ |
H A D | location_interface.h | 69 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&); member
|
H A D | LocationAPI.cpp | 373 LocationAPI::startBatching(LocationOptions& locationOptions) in startBatching() function in LocationAPI
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/ |
H A D | LocationAPI.cpp | 372 LocationAPI::startBatching(BatchingOptions &batchingOptions) in startBatching() function in LocationAPI
|
H A D | location_interface.h | 78 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
/aosp12/hardware/qcom/sm8150p/gps/location/ |
H A D | location_interface.h | 100 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
H A D | LocationAPI.cpp | 442 LocationAPI::startBatching(BatchingOptions &batchingOptions) in startBatching() function in LocationAPI
|
/aosp12/hardware/qcom/sm7150/gps/location/ |
H A D | location_interface.h | 107 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
H A D | LocationAPI.cpp | 438 LocationAPI::startBatching(BatchingOptions &batchingOptions) in startBatching() function in LocationAPI
|
/aosp12/hardware/qcom/sm7250/gps/location/ |
H A D | location_interface.h | 123 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
H A D | LocationAPI.cpp | 499 LocationAPI::startBatching(BatchingOptions &batchingOptions) in startBatching() function in LocationAPI
|
/aosp12/hardware/qcom/sm8150/gps/location/ |
H A D | location_interface.h | 123 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
H A D | LocationAPI.cpp | 499 LocationAPI::startBatching(BatchingOptions &batchingOptions) in startBatching() function in LocationAPI
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssLocationProvider.java | 1101 private void startBatching(long batchLengthMs) { in startBatching() method in GnssLocationProvider
|