Home
last modified time | relevance | path

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

/system/chre/pal/include/chre/pal/
Dgnss.h146 struct chrePalGnssApi { struct
153 uint32_t moduleVersion;
169 bool (*open)(const struct chrePalSystemApi *systemApi,
179 void (*close)(void);
190 uint32_t (*getCapabilities)(void);
208 bool (*controlLocationSession)(
216 void (*releaseLocationEvent)(struct chreGnssLocationEvent *event);
233 bool (*controlMeasurementSession)(
243 void (*releaseMeasurementDataEvent)(struct chreGnssDataEvent *event);
294 const struct chrePalGnssApi *chrePalGnssGetApi(uint32_t requestedApiVersion); argument