android13/hardware/interfaces/gnss/1.0/IGnssXtraCallback.hal

13 lines
337 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
package android.hardware.gnss@1.0;
/**
* This interface is used by the GNSS HAL to request download of XTRA data.
*/
interface IGnssXtraCallback {
/**
* Callback to request the client to download XTRA data. The client should
* download XTRA data and inject it by calling injectXtraData().
*/
downloadRequestCb();
};