Searched defs:chrePalGnssApi (Results 1 – 1 of 1) sorted by relevance
130 struct chrePalGnssApi { struct137 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