Lines Matching refs:GNSS
31 /** Represents the standard GNSS (Global Navigation Satellite System) interface. */
33 /** Requested operational mode for GNSS operation. */
36 /** Mode for running GNSS standalone (no assistance). */
47 /** Requested recurrence mode for GNSS operation. */
50 /** Receive GNSS fixes on a recurring basis at a specified period. */
52 /** Request a single shot GNSS fix. */
82 * from the framework. The GNSS HAL implementation must respond to all GNSS requests from the
97 * This output must operate independently of any GNSS location batching
114 * The cleanup() method is called by the framework to tell the GNSS HAL implementation to
115 * not expect any GNSS requests in the immediate future - e.g. this may be called when
116 * location is disabled by a user setting or low battery conditions. The GNSS HAL
120 * After this method is called, the GNSS HAL implementation may choose to modify GNSS hardware
122 * reopen this interface, to serve requests, there may be some minor delays in GNSS response
173 * @recurrence GNSS position recurrence value, either periodic or single.