/aosp12/hardware/qcom/sm8150p/gps/batching/ |
H A D | location_batching.cpp | 42 static void stopBatching(LocationAPI* client, uint32_t id); 54 stopBatching, 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
|
H A D | BatchingAdapter.h | 118 void stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, 120 void stopBatching(LocationAPI* client, uint32_t sessionId) { in stopBatching() function 122 stopBatching(client, sessionId, false, batchOptions); in stopBatching()
|
H A D | BatchingAdapter.cpp | 140 stopBatching(keyBatchingMode.client, keyBatchingMode.id); in stopClientSessions() 445 mAdapter.stopBatching(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand() 488 mAdapter.stopBatching(mClient, mSessionId); in stopBatchingCommand() 498 BatchingAdapter::stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, in stopBatching() function in BatchingAdapter 507 mLocApi->stopBatching(sessionId, in stopBatching()
|
/aosp12/hardware/qcom/sm7250/gps/batching/ |
H A D | location_batching.cpp | 42 static void stopBatching(LocationAPI* client, uint32_t id); 54 stopBatching, 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
|
H A D | BatchingAdapter.h | 118 void stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, 120 void stopBatching(LocationAPI* client, uint32_t sessionId) { in stopBatching() function 122 stopBatching(client, sessionId, false, batchOptions); in stopBatching()
|
H A D | BatchingAdapter.cpp | 135 stopBatching(keyBatchingMode.client, keyBatchingMode.id); in stopClientSessions() 440 mAdapter.stopBatching(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand() 483 mAdapter.stopBatching(mClient, mSessionId); in stopBatchingCommand() 493 BatchingAdapter::stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, in stopBatching() function in BatchingAdapter 502 mLocApi->stopBatching(sessionId, in stopBatching()
|
/aosp12/hardware/qcom/sm7150/gps/batching/ |
H A D | location_batching.cpp | 42 static void stopBatching(LocationAPI* client, uint32_t id); 54 stopBatching, 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
|
H A D | BatchingAdapter.h | 118 void stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, 120 void stopBatching(LocationAPI* client, uint32_t sessionId) { in stopBatching() function 122 stopBatching(client, sessionId, false, batchOptions); in stopBatching()
|
H A D | BatchingAdapter.cpp | 140 stopBatching(keyBatchingMode.client, keyBatchingMode.id); in stopClientSessions() 445 mAdapter.stopBatching(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand() 488 mAdapter.stopBatching(mClient, mSessionId); in stopBatchingCommand() 498 BatchingAdapter::stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, in stopBatching() function in BatchingAdapter 507 mLocApi->stopBatching(sessionId, in stopBatching()
|
/aosp12/hardware/qcom/sm8150/gps/batching/ |
H A D | location_batching.cpp | 42 static void stopBatching(LocationAPI* client, uint32_t id); 54 stopBatching, 113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
|
H A D | BatchingAdapter.h | 118 void stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, 120 void stopBatching(LocationAPI* client, uint32_t sessionId) { in stopBatching() function 122 stopBatching(client, sessionId, false, batchOptions); in stopBatching()
|
H A D | BatchingAdapter.cpp | 141 stopBatching(keyBatchingMode.client, keyBatchingMode.id); in stopClientSessions() 446 mAdapter.stopBatching(mClient, mSessionId, true, mBatchOptions); in updateBatchingOptionsCommand() 489 mAdapter.stopBatching(mClient, mSessionId); in stopBatchingCommand() 499 BatchingAdapter::stopBatching(LocationAPI* client, uint32_t sessionId, bool restartNeeded, in stopBatching() function in BatchingAdapter 508 mLocApi->stopBatching(sessionId, in stopBatching()
|
/aosp12/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | FusedLocationHardware.java | 47 public void stopBatching(int id) {} in stopBatching() method in FusedLocationHardware
|
/aosp12/hardware/qcom/sm8150p/gps/location/ |
H A D | ILocationAPI.h | 95 virtual void stopBatching(uint32_t id) = 0;
|
H A D | LocationAPI.h | 111 virtual void stopBatching(uint32_t id) override;
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/ |
H A D | ILocationAPI.h | 95 virtual void stopBatching(uint32_t id) = 0;
|
H A D | LocationAPI.h | 105 virtual void stopBatching(uint32_t id) override;
|
/aosp12/hardware/qcom/sm7150/gps/location/ |
H A D | ILocationAPI.h | 95 virtual void stopBatching(uint32_t id) = 0;
|
H A D | LocationAPI.h | 111 virtual void stopBatching(uint32_t id) override;
|
/aosp12/hardware/qcom/sm7250/gps/location/ |
H A D | ILocationAPI.h | 95 virtual void stopBatching(uint32_t id) = 0;
|
H A D | LocationAPI.h | 111 virtual void stopBatching(uint32_t id) override;
|
/aosp12/hardware/qcom/sm8150/gps/location/ |
H A D | ILocationAPI.h | 95 virtual void stopBatching(uint32_t id) = 0;
|
/aosp12/hardware/qcom/gps/msm8998/location/ |
H A D | location_interface.h | 70 void (*stopBatching)(LocationAPI* client, uint32_t id); member
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/ |
H A D | location_interface.h | 70 void (*stopBatching)(LocationAPI* client, uint32_t id); member
|
/aosp12/hardware/qcom/gps/msm8909w_3100/location/ |
H A D | location_interface.h | 72 void (*stopBatching)(LocationAPI* client, uint32_t id); member
|