Home
last modified time | relevance | path

Searched defs:chrePalGnssApi (Results 1 – 1 of 1) sorted by relevance

/system/chre/pal/include/chre/pal/
Dgnss.h130 struct chrePalGnssApi { struct
137 uint32_t moduleVersion;
153 bool (*open)(const struct chrePalSystemApi *systemApi,
163 void (*close)(void);
174 uint32_t (*getCapabilities)(void);
192 bool (*controlLocationSession)(
200 void (*releaseLocationEvent)(struct chreGnssLocationEvent *event);
217 bool (*controlMeasurementSession)(
241 const struct chrePalGnssApi *chrePalGnssGetApi(uint32_t requestedApiVersion); argument