OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GnssBatching
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/gps/msm8998/android/
GnssBatching.cpp
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()
[
all
...]
GnssBatching.h
46
struct
GnssBatching
: public IGnssBatching {
47
GnssBatching
();
48
~
GnssBatching
();
60
GnssBatchingDeathRecipient(sp<
GnssBatching
>
gnssBatching
) :
61
mGnssBatching(
gnssBatching
) {
65
sp<
GnssBatching
> mGnssBatching;
/hardware/interfaces/gnss/1.0/default/
GnssBatching.h
26
struct
GnssBatching
: public IGnssBatching {
27
GnssBatching
(const FlpLocationInterface* flpLocationIface);
GnssBatching.cpp
19
#include "
GnssBatching
.h"
32
sp<IGnssBatchingCallback>
GnssBatching
::sGnssBatchingCbIface = nullptr;
33
bool
GnssBatching
::sFlpSupportsBatching = false;
35
FlpCallbacks
GnssBatching
::sFlpCb = {
45
GnssBatching
::
GnssBatching
(const FlpLocationInterface* flpLocationIface) :
56
// Tech. mask of GNSS, and sensor aiding, for legacy HAL to fit with
GnssBatching
API
62
void
GnssBatching
::locationCb(int32_t locationsCount, FlpLocation** locations) {
112
void
GnssBatching
::acquireWakelockCb() {
116
void
GnssBatching
::releaseWakelockCb()
[
all
...]
Completed in 71 milliseconds