Home | History | Annotate | Download | only in android

Lines Matching defs:GnssBatching

25 #include "GnssBatching.h"
33 void GnssBatching::GnssBatchingDeathRecipient::serviceDied(
43 GnssBatching::GnssBatching() : mApi(nullptr) {
47 GnssBatching::~GnssBatching() {
56 Return<bool> GnssBatching::init(const sp<IGnssBatchingCallback>& callback) {
79 Return<uint16_t> GnssBatching::getBatchSize() {
89 Return<bool> GnssBatching::start(const IGnssBatching::Options& options) {
99 Return<void> GnssBatching::flush() {
108 Return<bool> GnssBatching::stop() {
118 Return<void> GnssBatching::cleanup() {