Searched refs:BatchingAPIClient (Results 1 – 5 of 5) 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();
45 class BatchingAPIClient; variable71 BatchingAPIClient* mApi = nullptr;
63 mApi = new BatchingAPIClient(callback); in init()
23 location_api/BatchingAPIClient.cpp \