Lines Matching refs:GNSS
29 * GNSS HAL schedules fixes for RECURRENCE_PERIODIC mode.
31 * minInterval and will call start() and stop() to schedule the GNSS.
34 /** GNSS supports MS-Based AGNSS mode */
36 /** GNSS supports MS-Assisted AGNSS mode */
38 /** GNSS supports single-shot fixes */
40 /** GNSS supports on demand time injection */
42 /** GNSS supports Geofencing */
44 /** GNSS supports Measurements for at least GPS. */
46 /** GNSS supports Navigation Messages */
50 /** GNSS status event values. */
53 /** GNSS status unknown. */
55 /** GNSS has begun navigating. */
57 /** GNSS has stopped navigating. */
59 /** GNSS has powered on but is not navigating. */
61 /** GNSS is powered off. */
83 * - GNSS: 1-32
144 * Number of GNSS SVs currently visible, refers to the SVs stored in sv_list
149 * Pointer to an array of SVs information for all GNSS constellations,
150 * except GNSS, which is reported using svList
157 * Called when a GNSS location is available.
164 * Called to communicate the status of the GNSS engine.
199 * Callback to inform framework of the GNSS engine's capabilities.
207 * Callback utility for acquiring the GNSS wakelock. This can be used to prevent
208 * the CPU from suspending while handling GNSS events.
212 /** Callback utility for releasing the GNSS wakelock. */
219 * Provides information about how new the underlying GPS/GNSS hardware and
222 * This information will be available for Android Test Applications. If a GNSS
226 * If a GNSS HAL does provide this information, then newer years will need to
233 * used to capture GNSS signals, e.g. 2016
241 * @param info GnssSystemInfo about the GPS/GNSS hardware.