Home
last modified time | relevance | path

Searched refs:BatchingAPIClient (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/android/location_api/
DBatchingAPIClient.cpp51 BatchingAPIClient::BatchingAPIClient(const sp<IGnssBatchingCallback>& callback) : in BatchingAPIClient() function in android::hardware::gnss::V1_0::implementation::BatchingAPIClient
82 BatchingAPIClient::~BatchingAPIClient() in ~BatchingAPIClient()
87 int BatchingAPIClient::getBatchSize() in getBatchSize()
93 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession()
110 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
128 int BatchingAPIClient::stopSession() in stopSession()
138 void BatchingAPIClient::getBatchedLocation(int last_n_locations) in getBatchedLocation()
144 void BatchingAPIClient::flushBatchedLocations() in flushBatchedLocations()
150 void BatchingAPIClient::onCapabilitiesCb(LocationCapabilitiesMask capabilitiesMask) in onCapabilitiesCb()
156 void BatchingAPIClient::onBatchingCb(size_t count, Location* location, BatchingOptions batchOptions) in onBatchingCb()
DBatchingAPIClient.h45 class BatchingAPIClient : public LocationAPIClientBase
48 BatchingAPIClient(const sp<IGnssBatchingCallback>& callback);
49 ~BatchingAPIClient();
/hardware/qcom/sdm845/gps/sdm845/android/location_api/
DBatchingAPIClient.cpp55 BatchingAPIClient::BatchingAPIClient(const sp<IGnssBatchingCallback>& callback) : in BatchingAPIClient() function in android::hardware::gnss::V1_1::implementation::BatchingAPIClient
86 BatchingAPIClient::~BatchingAPIClient() in ~BatchingAPIClient()
91 int BatchingAPIClient::getBatchSize() in getBatchSize()
97 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession()
114 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
132 int BatchingAPIClient::stopSession() in stopSession()
142 void BatchingAPIClient::getBatchedLocation(int last_n_locations) in getBatchedLocation()
148 void BatchingAPIClient::flushBatchedLocations() in flushBatchedLocations()
154 void BatchingAPIClient::onCapabilitiesCb(LocationCapabilitiesMask capabilitiesMask) in onCapabilitiesCb()
160 void BatchingAPIClient::onBatchingCb(size_t count, Location* location, BatchingOptions /*batchOptio… in onBatchingCb()
DBatchingAPIClient.h45 class BatchingAPIClient : public LocationAPIClientBase
48 BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback);
49 ~BatchingAPIClient();
/hardware/qcom/gps/msm8909w_3100/android/
DGnssBatching.h45 class BatchingAPIClient; variable
71 BatchingAPIClient* mApi = nullptr;
DGnssBatching.cpp63 mApi = new BatchingAPIClient(callback); in init()
DAndroid.mk23 location_api/BatchingAPIClient.cpp \
/hardware/qcom/sdm845/gps/sdm845/android/
DGnssBatching.h45 class BatchingAPIClient; variable
71 BatchingAPIClient* mApi = nullptr;
DGnssBatching.cpp63 mApi = new BatchingAPIClient(callback); in init()
DAndroid.mk22 location_api/BatchingAPIClient.cpp \