Home
last modified time | relevance | path

Searched refs:BatchingAPIClient (Results 1 – 5 of 5) 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/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 \