Home
last modified time | relevance | path

Searched refs:GnssBatching (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssBatching.cpp32 sp<IGnssBatchingCallback> GnssBatching::sGnssBatchingCbIface = nullptr;
33 bool GnssBatching::sFlpSupportsBatching = false;
35 FlpCallbacks GnssBatching::sFlpCb = {
45 GnssBatching::GnssBatching(const FlpLocationInterface* flpLocationIface) : in GnssBatching() function in android::hardware::gnss::V1_0::implementation::GnssBatching
62 void GnssBatching::locationCb(int32_t locationsCount, FlpLocation** locations) { in locationCb()
112 void GnssBatching::acquireWakelockCb() { in acquireWakelockCb()
116 void GnssBatching::releaseWakelockCb() { in releaseWakelockCb()
121 int32_t GnssBatching::setThreadEventCb(ThreadEvent /*event*/) { in setThreadEventCb()
125 void GnssBatching::flpCapabilitiesCb(int32_t capabilities) { in flpCapabilitiesCb()
135 void GnssBatching::flpStatusCb(int32_t status) { in flpStatusCb()
[all …]
DGnssBatching.h26 struct GnssBatching : public IGnssBatching { struct
27 GnssBatching(const FlpLocationInterface* flpLocationIface);
DAndroid.bp11 "GnssBatching.cpp",
DGnss.h163 sp<GnssBatching> mGnssBatching = nullptr;
DGnss.cpp708 mGnssBatching = new GnssBatching(flpLocationIface); in getExtensionGnssBatching()
/hardware/qcom/gps/msm8998/android/
DGnssBatching.cpp33 void GnssBatching::GnssBatchingDeathRecipient::serviceDied( in serviceDied()
43 GnssBatching::GnssBatching() : mApi(nullptr) { in GnssBatching() function in android::hardware::gnss::V1_0::implementation::GnssBatching
47 GnssBatching::~GnssBatching() { in ~GnssBatching()
56 Return<bool> GnssBatching::init(const sp<IGnssBatchingCallback>& callback) { in init()
80 Return<uint16_t> GnssBatching::getBatchSize() { in getBatchSize()
90 Return<bool> GnssBatching::start(const IGnssBatching::Options& options) { in start()
100 Return<void> GnssBatching::flush() { in flush()
109 Return<bool> GnssBatching::stop() { in stop()
119 Return<void> GnssBatching::cleanup() { in cleanup()
DGnssBatching.h46 struct GnssBatching : public IGnssBatching { struct
47 GnssBatching();
48 ~GnssBatching();
60 GnssBatchingDeathRecipient(sp<GnssBatching> gnssBatching) : in GnssBatchingDeathRecipient()
65 sp<GnssBatching> mGnssBatching;
DAndroid.mk19 GnssBatching.cpp \
DGnss.h130 sp<GnssBatching> mGnssBatching = nullptr;
DGnss.cpp309 mGnssBatching = new GnssBatching(); in getExtensionGnssBatching()
/hardware/qcom/gps/msm8909w_3100/android/
DGnssBatching.cpp33 void GnssBatching::GnssBatchingDeathRecipient::serviceDied( in serviceDied()
43 GnssBatching::GnssBatching() : mApi(nullptr) { in GnssBatching() function in android::hardware::gnss::V1_0::implementation::GnssBatching
47 GnssBatching::~GnssBatching() { in ~GnssBatching()
56 Return<bool> GnssBatching::init(const sp<IGnssBatchingCallback>& callback) { in init()
80 Return<uint16_t> GnssBatching::getBatchSize() { in getBatchSize()
90 Return<bool> GnssBatching::start(const IGnssBatching::Options& options) { in start()
100 Return<void> GnssBatching::flush() { in flush()
109 Return<bool> GnssBatching::stop() { in stop()
119 Return<void> GnssBatching::cleanup() { in cleanup()
DGnssBatching.h46 struct GnssBatching : public IGnssBatching { struct
47 GnssBatching();
48 ~GnssBatching();
60 GnssBatchingDeathRecipient(sp<GnssBatching> gnssBatching) : in GnssBatchingDeathRecipient()
65 sp<GnssBatching> mGnssBatching;
DAndroid.mk11 GnssBatching.cpp \
DGnss.h130 sp<GnssBatching> mGnssBatching = nullptr;
DGnss.cpp309 mGnssBatching = new GnssBatching(); in getExtensionGnssBatching()