Searched defs:chrePalGnssApi (Results 1 – 1 of 1) sorted by relevance
152 struct chrePalGnssApi { struct159 uint32_t moduleVersion;175 bool (*open)(const struct chrePalSystemApi *systemApi,185 void (*close)(void);196 uint32_t (*getCapabilities)(void);214 bool (*controlLocationSession)(bool enable, uint32_t minIntervalMs,222 void (*releaseLocationEvent)(struct chreGnssLocationEvent *event);239 bool (*controlMeasurementSession)(bool enable, uint32_t minIntervalMs);248 void (*releaseMeasurementDataEvent)(struct chreGnssDataEvent *event);299 const struct chrePalGnssApi *chrePalGnssGetApi(uint32_t requestedApiVersion); argument