Lines Matching refs:interface
31 /** Represents the standard GNSS (Global Navigation Satellite System) interface. */
32 interface IGnss {
78 * Opens the interface and provides the callback routines to the implementation of this
79 * interface.
84 * close this interface.
86 * @param callback Callback interface for IGnss.
112 * Closes the interface.
122 * reopen this interface, to serve requests, there may be some minor delays in GNSS response
188 * @return aGnssRilIface Handle to the IAGnssRil interface.
195 * @return gnssGeofencingIface Handle to the IGnssGeofencing interface.
202 * @return aGnssIface Handle to the IAGnss interface.
207 * This method returns the IGnssNi interface.
209 * @return gnssNiIface Handle to the IGnssNi interface.
214 * This method returns the IGnssMeasurement interface.
216 * @return gnssMeasurementIface Handle to the IGnssMeasurement interface.
221 * This method returns the IGnssNavigationMessage interface.
223 * @return gnssNavigationIface gnssNavigationIface to the IGnssNavigationMessage interface.
228 * This method returns the IGnssXtra interface.
230 * @return xtraIface Handle to the IGnssXtra interface.
235 * This method returns the IGnssConfiguration interface.
237 * @return gnssConfigIface Handle to the IGnssConfiguration interface.
242 * This method returns the IGnssDebug interface.
244 * @return debugIface Handle to the IGnssDebug interface.
249 * This method returns the IGnssBatching interface.
251 * @return batchingIface Handle to the IGnssBatching interface.