Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/android/2.0/location_api/
DBatchingAPIClient.cpp55 BatchingAPIClient::BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() function in android::hardware::gnss::V2_0::implementation::BatchingAPIClient
67 BatchingAPIClient::BatchingAPIClient(const sp<V2_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() function in android::hardware::gnss::V2_0::implementation::BatchingAPIClient
79 BatchingAPIClient::~BatchingAPIClient() in ~BatchingAPIClient()
84 int BatchingAPIClient::getBatchSize() in getBatchSize()
90 void BatchingAPIClient::setCallbacks() in setCallbacks()
113 void BatchingAPIClient::gnssUpdateCallbacks(const sp<V1_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks()
124 void BatchingAPIClient::gnssUpdateCallbacks_2_0(const sp<V2_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks_2_0()
135 int BatchingAPIClient::startSession(const IGnssBatching::Options& opts) in startSession()
152 int BatchingAPIClient::updateSessionOptions(const IGnssBatching::Options& opts) in updateSessionOptions()
170 int BatchingAPIClient::stopSession() in stopSession()
[all …]
DBatchingAPIClient.h46 class BatchingAPIClient : public LocationAPIClientBase
49 BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback);
50 BatchingAPIClient(const sp<V2_0::IGnssBatchingCallback>& callback);
53 ~BatchingAPIClient();
/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/sm8150/gps/android/1.1/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, in onBatchingCb()
DBatchingAPIClient.h45 class BatchingAPIClient : public LocationAPIClientBase
48 BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback);
49 ~BatchingAPIClient();
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DBatchingAPIClient.cpp55 BatchingAPIClient::BatchingAPIClient(const sp<IGnssBatchingCallback>& callback) : in BatchingAPIClient() function in android::hardware::gnss::V1_0::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, in onBatchingCb()
DBatchingAPIClient.h45 class BatchingAPIClient : public LocationAPIClientBase
48 BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback);
49 ~BatchingAPIClient();
/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 \
/hardware/qcom/sm8150/gps/android/1.0/
DGnssBatching.h45 class BatchingAPIClient; variable
71 BatchingAPIClient* mApi = nullptr;
DGnssBatching.cpp63 mApi = new BatchingAPIClient(callback); in init()
DAndroid.mk22 location_api/BatchingAPIClient.cpp \
/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/sm8150/gps/android/1.1/
DGnssBatching.h45 class BatchingAPIClient; variable
71 BatchingAPIClient* mApi = nullptr;
DGnssBatching.cpp63 mApi = new BatchingAPIClient(callback); in init()
DAndroid.mk22 location_api/BatchingAPIClient.cpp \
/hardware/qcom/sm8150/gps/android/2.0/
DGnssBatching.h45 class BatchingAPIClient; variable
74 BatchingAPIClient* mApi = nullptr;
DGnssBatching.cpp63 mApi = new BatchingAPIClient(callback); in init()
142 mApi = new BatchingAPIClient(callback); in init_2_0()
DAndroid.mk24 location_api/BatchingAPIClient.cpp \