Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
42 * It is strongly recommended to use MS_BASED instead.
57 * Flags used to specify which aiding data to delete when calling
78 * Opens the interface and provides the callback routines to the implementation of this
81 * The framework calls this method to instruct the GPS engine to prepare for serving requests
82 * from the framework. The GNSS HAL implementation must respond to all GNSS requests from the
83 * framework upon successful return from this method until cleanup() method is called to
94 * gnssLocationCb(), following the settings from the most recent call to
114 * The cleanup() method is called by the framework to tell the GNSS HAL implementation to
117 * implementation must immediately stop responding to any existing requests until the
120 * After this method is called, the GNSS HAL implementation may choose to modify GNSS hardware
121 * states to save power. It is expected that when setCallback() method is called again to
122 * reopen this interface, to serve requests, there may be some minor delays in GNSS response
123 * requests as hardware readiness states are restored, not to exceed those that occur on normal
158 * Specifies that the next call to start will not use the
162 * @param aidingDataFlags Flags specifying the aiding data to be deleted.
168 * the time between fixes,requested fix accuracy and time to first fix.
171 * It is allowed by the platform (and it is recommended) to fallback to
176 * @param preferredTimeMs Represents the requested time to first fix in milliseconds.
188 * @return aGnssRilIface Handle to the IAGnssRil interface.
195 * @return gnssGeofencingIface Handle to the IGnssGeofencing interface.
202 * @return aGnssIface Handle to the IAGnss interface.
209 * @return gnssNiIface Handle to the IGnssNi interface.
216 * @return gnssMeasurementIface Handle to the IGnssMeasurement interface.
223 * @return gnssNavigationIface gnssNavigationIface to the IGnssNavigationMessage interface.
230 * @return xtraIface Handle to the IGnssXtra interface.
237 * @return gnssConfigIface Handle to the IGnssConfiguration interface.
244 * @return debugIface Handle to the IGnssDebug interface.
251 * @return batchingIface Handle to the IGnssBatching interface.