Home
last modified time | relevance | path

Searched refs:stopBatching (Results 1 – 25 of 61) sorted by relevance

123

/aosp12/hardware/qcom/sm8150p/gps/batching/
H A Dlocation_batching.cpp42 static void stopBatching(LocationAPI* client, uint32_t id);
54 stopBatching,
113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
H A DBatchingAdapter.h118 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 DBatchingAdapter.cpp140 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 Dlocation_batching.cpp42 static void stopBatching(LocationAPI* client, uint32_t id);
54 stopBatching,
113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
H A DBatchingAdapter.h118 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 DBatchingAdapter.cpp135 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 Dlocation_batching.cpp42 static void stopBatching(LocationAPI* client, uint32_t id);
54 stopBatching,
113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
H A DBatchingAdapter.h118 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 DBatchingAdapter.cpp140 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 Dlocation_batching.cpp42 static void stopBatching(LocationAPI* client, uint32_t id);
54 stopBatching,
113 static void stopBatching(LocationAPI* client, uint32_t id) in stopBatching() function
H A DBatchingAdapter.h118 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 DBatchingAdapter.cpp141 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 DFusedLocationHardware.java47 public void stopBatching(int id) {} in stopBatching() method in FusedLocationHardware
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DILocationAPI.h95 virtual void stopBatching(uint32_t id) = 0;
H A DLocationAPI.h111 virtual void stopBatching(uint32_t id) override;
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A DILocationAPI.h95 virtual void stopBatching(uint32_t id) = 0;
H A DLocationAPI.h105 virtual void stopBatching(uint32_t id) override;
/aosp12/hardware/qcom/sm7150/gps/location/
H A DILocationAPI.h95 virtual void stopBatching(uint32_t id) = 0;
H A DLocationAPI.h111 virtual void stopBatching(uint32_t id) override;
/aosp12/hardware/qcom/sm7250/gps/location/
H A DILocationAPI.h95 virtual void stopBatching(uint32_t id) = 0;
H A DLocationAPI.h111 virtual void stopBatching(uint32_t id) override;
/aosp12/hardware/qcom/sm8150/gps/location/
H A DILocationAPI.h95 virtual void stopBatching(uint32_t id) = 0;
/aosp12/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h70 void (*stopBatching)(LocationAPI* client, uint32_t id); member
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/
H A Dlocation_interface.h70 void (*stopBatching)(LocationAPI* client, uint32_t id); member
/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A Dlocation_interface.h72 void (*stopBatching)(LocationAPI* client, uint32_t id); member

123