Searched refs:BatchingAPIClient (Results 1 – 10 of 10) sorted by relevance
51 BatchingAPIClient::BatchingAPIClient(const sp<IGnssBatchingCallback>& callback) : in BatchingAPIClient() function in android::hardware::gnss::V1_0::implementation::BatchingAPIClient82 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()
45 class BatchingAPIClient : public LocationAPIClientBase48 BatchingAPIClient(const sp<IGnssBatchingCallback>& callback);49 ~BatchingAPIClient();
55 BatchingAPIClient::BatchingAPIClient(const sp<IGnssBatchingCallback>& callback) : in BatchingAPIClient() function in android::hardware::gnss::V1_1::implementation::BatchingAPIClient86 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()
45 class BatchingAPIClient : public LocationAPIClientBase48 BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback);49 ~BatchingAPIClient();
45 class BatchingAPIClient; variable71 BatchingAPIClient* mApi = nullptr;
63 mApi = new BatchingAPIClient(callback); in init()
23 location_api/BatchingAPIClient.cpp \
22 location_api/BatchingAPIClient.cpp \