304 lines
12 KiB
Java
304 lines
12 KiB
Java
![]() |
/*
|
||
|
* This file is auto-generated. DO NOT MODIFY.
|
||
|
* Using: out/host/linux-x86/bin/aidl --lang=java --structured --version 2 --hash fc957f1d3d261d065ff5e5415f2d21caa79c310f -t --stability vintf --min_sdk_version platform_apis --ninja -d out/soong/.intermediates/hardware/interfaces/gnss/aidl/android.hardware.gnss-V2-java-source/gen/android/hardware/gnss/IGnssNavigationMessageCallback.java.d -o out/soong/.intermediates/hardware/interfaces/gnss/aidl/android.hardware.gnss-V2-java-source/gen -Nhardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2 hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/IGnssNavigationMessageCallback.aidl
|
||
|
*/
|
||
|
package android.hardware.gnss;
|
||
|
/** @hide */
|
||
|
public interface IGnssNavigationMessageCallback extends android.os.IInterface
|
||
|
{
|
||
|
/**
|
||
|
* The version of this interface that the caller is built against.
|
||
|
* This might be different from what {@link #getInterfaceVersion()
|
||
|
* getInterfaceVersion} returns as that is the version of the interface
|
||
|
* that the remote object is implementing.
|
||
|
*/
|
||
|
public static final int VERSION = 2;
|
||
|
public static final String HASH = "fc957f1d3d261d065ff5e5415f2d21caa79c310f";
|
||
|
/** Default implementation for IGnssNavigationMessageCallback. */
|
||
|
public static class Default implements android.hardware.gnss.IGnssNavigationMessageCallback
|
||
|
{
|
||
|
@Override public void gnssNavigationMessageCb(android.hardware.gnss.IGnssNavigationMessageCallback.GnssNavigationMessage message) throws android.os.RemoteException
|
||
|
{
|
||
|
}
|
||
|
@Override
|
||
|
public int getInterfaceVersion() {
|
||
|
return 0;
|
||
|
}
|
||
|
@Override
|
||
|
public String getInterfaceHash() {
|
||
|
return "";
|
||
|
}
|
||
|
@Override
|
||
|
public android.os.IBinder asBinder() {
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
/** Local-side IPC implementation stub class. */
|
||
|
public static abstract class Stub extends android.os.Binder implements android.hardware.gnss.IGnssNavigationMessageCallback
|
||
|
{
|
||
|
/** Construct the stub at attach it to the interface. */
|
||
|
@SuppressWarnings("this-escape")
|
||
|
public Stub()
|
||
|
{
|
||
|
this.markVintfStability();
|
||
|
this.attachInterface(this, DESCRIPTOR);
|
||
|
}
|
||
|
/**
|
||
|
* Cast an IBinder object into an android.hardware.gnss.IGnssNavigationMessageCallback interface,
|
||
|
* generating a proxy if needed.
|
||
|
*/
|
||
|
public static android.hardware.gnss.IGnssNavigationMessageCallback asInterface(android.os.IBinder obj)
|
||
|
{
|
||
|
if ((obj==null)) {
|
||
|
return null;
|
||
|
}
|
||
|
android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
|
||
|
if (((iin!=null)&&(iin instanceof android.hardware.gnss.IGnssNavigationMessageCallback))) {
|
||
|
return ((android.hardware.gnss.IGnssNavigationMessageCallback)iin);
|
||
|
}
|
||
|
return new android.hardware.gnss.IGnssNavigationMessageCallback.Stub.Proxy(obj);
|
||
|
}
|
||
|
@Override public android.os.IBinder asBinder()
|
||
|
{
|
||
|
return this;
|
||
|
}
|
||
|
/** @hide */
|
||
|
public static java.lang.String getDefaultTransactionName(int transactionCode)
|
||
|
{
|
||
|
switch (transactionCode)
|
||
|
{
|
||
|
case TRANSACTION_gnssNavigationMessageCb:
|
||
|
{
|
||
|
return "gnssNavigationMessageCb";
|
||
|
}
|
||
|
case TRANSACTION_getInterfaceVersion:
|
||
|
{
|
||
|
return "getInterfaceVersion";
|
||
|
}
|
||
|
case TRANSACTION_getInterfaceHash:
|
||
|
{
|
||
|
return "getInterfaceHash";
|
||
|
}
|
||
|
default:
|
||
|
{
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
/** @hide */
|
||
|
public java.lang.String getTransactionName(int transactionCode)
|
||
|
{
|
||
|
return this.getDefaultTransactionName(transactionCode);
|
||
|
}
|
||
|
@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags) throws android.os.RemoteException
|
||
|
{
|
||
|
java.lang.String descriptor = DESCRIPTOR;
|
||
|
if (code >= android.os.IBinder.FIRST_CALL_TRANSACTION && code <= android.os.IBinder.LAST_CALL_TRANSACTION) {
|
||
|
data.enforceInterface(descriptor);
|
||
|
}
|
||
|
if (code == INTERFACE_TRANSACTION) {
|
||
|
reply.writeString(descriptor);
|
||
|
return true;
|
||
|
}
|
||
|
else if (code == TRANSACTION_getInterfaceVersion) {
|
||
|
reply.writeNoException();
|
||
|
reply.writeInt(getInterfaceVersion());
|
||
|
return true;
|
||
|
}
|
||
|
else if (code == TRANSACTION_getInterfaceHash) {
|
||
|
reply.writeNoException();
|
||
|
reply.writeString(getInterfaceHash());
|
||
|
return true;
|
||
|
}
|
||
|
switch (code)
|
||
|
{
|
||
|
case TRANSACTION_gnssNavigationMessageCb:
|
||
|
{
|
||
|
android.hardware.gnss.IGnssNavigationMessageCallback.GnssNavigationMessage _arg0;
|
||
|
_arg0 = data.readTypedObject(android.hardware.gnss.IGnssNavigationMessageCallback.GnssNavigationMessage.CREATOR);
|
||
|
data.enforceNoDataAvail();
|
||
|
this.gnssNavigationMessageCb(_arg0);
|
||
|
reply.writeNoException();
|
||
|
break;
|
||
|
}
|
||
|
default:
|
||
|
{
|
||
|
return super.onTransact(code, data, reply, flags);
|
||
|
}
|
||
|
}
|
||
|
return true;
|
||
|
}
|
||
|
private static class Proxy implements android.hardware.gnss.IGnssNavigationMessageCallback
|
||
|
{
|
||
|
private android.os.IBinder mRemote;
|
||
|
Proxy(android.os.IBinder remote)
|
||
|
{
|
||
|
mRemote = remote;
|
||
|
}
|
||
|
private int mCachedVersion = -1;
|
||
|
private String mCachedHash = "-1";
|
||
|
@Override public android.os.IBinder asBinder()
|
||
|
{
|
||
|
return mRemote;
|
||
|
}
|
||
|
public java.lang.String getInterfaceDescriptor()
|
||
|
{
|
||
|
return DESCRIPTOR;
|
||
|
}
|
||
|
@Override public void gnssNavigationMessageCb(android.hardware.gnss.IGnssNavigationMessageCallback.GnssNavigationMessage message) throws android.os.RemoteException
|
||
|
{
|
||
|
android.os.Parcel _data = android.os.Parcel.obtain(asBinder());
|
||
|
android.os.Parcel _reply = android.os.Parcel.obtain();
|
||
|
try {
|
||
|
_data.writeInterfaceToken(DESCRIPTOR);
|
||
|
_data.writeTypedObject(message, 0);
|
||
|
boolean _status = mRemote.transact(Stub.TRANSACTION_gnssNavigationMessageCb, _data, _reply, 0);
|
||
|
if (!_status) {
|
||
|
throw new android.os.RemoteException("Method gnssNavigationMessageCb is unimplemented.");
|
||
|
}
|
||
|
_reply.readException();
|
||
|
}
|
||
|
finally {
|
||
|
_reply.recycle();
|
||
|
_data.recycle();
|
||
|
}
|
||
|
}
|
||
|
@Override
|
||
|
public int getInterfaceVersion() throws android.os.RemoteException {
|
||
|
if (mCachedVersion == -1) {
|
||
|
android.os.Parcel data = android.os.Parcel.obtain(asBinder());
|
||
|
android.os.Parcel reply = android.os.Parcel.obtain();
|
||
|
try {
|
||
|
data.writeInterfaceToken(DESCRIPTOR);
|
||
|
boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceVersion, data, reply, 0);
|
||
|
reply.readException();
|
||
|
mCachedVersion = reply.readInt();
|
||
|
} finally {
|
||
|
reply.recycle();
|
||
|
data.recycle();
|
||
|
}
|
||
|
}
|
||
|
return mCachedVersion;
|
||
|
}
|
||
|
@Override
|
||
|
public synchronized String getInterfaceHash() throws android.os.RemoteException {
|
||
|
if ("-1".equals(mCachedHash)) {
|
||
|
android.os.Parcel data = android.os.Parcel.obtain(asBinder());
|
||
|
android.os.Parcel reply = android.os.Parcel.obtain();
|
||
|
try {
|
||
|
data.writeInterfaceToken(DESCRIPTOR);
|
||
|
boolean _status = mRemote.transact(Stub.TRANSACTION_getInterfaceHash, data, reply, 0);
|
||
|
reply.readException();
|
||
|
mCachedHash = reply.readString();
|
||
|
} finally {
|
||
|
reply.recycle();
|
||
|
data.recycle();
|
||
|
}
|
||
|
}
|
||
|
return mCachedHash;
|
||
|
}
|
||
|
}
|
||
|
static final int TRANSACTION_gnssNavigationMessageCb = (android.os.IBinder.FIRST_CALL_TRANSACTION + 0);
|
||
|
static final int TRANSACTION_getInterfaceVersion = (android.os.IBinder.FIRST_CALL_TRANSACTION + 16777214);
|
||
|
static final int TRANSACTION_getInterfaceHash = (android.os.IBinder.FIRST_CALL_TRANSACTION + 16777213);
|
||
|
/** @hide */
|
||
|
public int getMaxTransactionId()
|
||
|
{
|
||
|
return 16777214;
|
||
|
}
|
||
|
}
|
||
|
/** @hide */
|
||
|
public static final java.lang.String DESCRIPTOR = "android$hardware$gnss$IGnssNavigationMessageCallback".replace('$', '.');
|
||
|
public void gnssNavigationMessageCb(android.hardware.gnss.IGnssNavigationMessageCallback.GnssNavigationMessage message) throws android.os.RemoteException;
|
||
|
public int getInterfaceVersion() throws android.os.RemoteException;
|
||
|
public String getInterfaceHash() throws android.os.RemoteException;
|
||
|
public static class GnssNavigationMessage implements android.os.Parcelable
|
||
|
{
|
||
|
public int svid = 0;
|
||
|
public int type;
|
||
|
public int status = 0;
|
||
|
public int messageId = 0;
|
||
|
public int submessageId = 0;
|
||
|
public byte[] data;
|
||
|
@Override
|
||
|
public final int getStability() { return android.os.Parcelable.PARCELABLE_STABILITY_VINTF; }
|
||
|
public static final android.os.Parcelable.Creator<GnssNavigationMessage> CREATOR = new android.os.Parcelable.Creator<GnssNavigationMessage>() {
|
||
|
@Override
|
||
|
public GnssNavigationMessage createFromParcel(android.os.Parcel _aidl_source) {
|
||
|
GnssNavigationMessage _aidl_out = new GnssNavigationMessage();
|
||
|
_aidl_out.readFromParcel(_aidl_source);
|
||
|
return _aidl_out;
|
||
|
}
|
||
|
@Override
|
||
|
public GnssNavigationMessage[] newArray(int _aidl_size) {
|
||
|
return new GnssNavigationMessage[_aidl_size];
|
||
|
}
|
||
|
};
|
||
|
@Override public final void writeToParcel(android.os.Parcel _aidl_parcel, int _aidl_flag)
|
||
|
{
|
||
|
int _aidl_start_pos = _aidl_parcel.dataPosition();
|
||
|
_aidl_parcel.writeInt(0);
|
||
|
_aidl_parcel.writeInt(svid);
|
||
|
_aidl_parcel.writeInt(type);
|
||
|
_aidl_parcel.writeInt(status);
|
||
|
_aidl_parcel.writeInt(messageId);
|
||
|
_aidl_parcel.writeInt(submessageId);
|
||
|
_aidl_parcel.writeByteArray(data);
|
||
|
int _aidl_end_pos = _aidl_parcel.dataPosition();
|
||
|
_aidl_parcel.setDataPosition(_aidl_start_pos);
|
||
|
_aidl_parcel.writeInt(_aidl_end_pos - _aidl_start_pos);
|
||
|
_aidl_parcel.setDataPosition(_aidl_end_pos);
|
||
|
}
|
||
|
public final void readFromParcel(android.os.Parcel _aidl_parcel)
|
||
|
{
|
||
|
int _aidl_start_pos = _aidl_parcel.dataPosition();
|
||
|
int _aidl_parcelable_size = _aidl_parcel.readInt();
|
||
|
try {
|
||
|
if (_aidl_parcelable_size < 4) throw new android.os.BadParcelableException("Parcelable too small");;
|
||
|
if (_aidl_parcel.dataPosition() - _aidl_start_pos >= _aidl_parcelable_size) return;
|
||
|
svid = _aidl_parcel.readInt();
|
||
|
if (_aidl_parcel.dataPosition() - _aidl_start_pos >= _aidl_parcelable_size) return;
|
||
|
type = _aidl_parcel.readInt();
|
||
|
if (_aidl_parcel.dataPosition() - _aidl_start_pos >= _aidl_parcelable_size) return;
|
||
|
status = _aidl_parcel.readInt();
|
||
|
if (_aidl_parcel.dataPosition() - _aidl_start_pos >= _aidl_parcelable_size) return;
|
||
|
messageId = _aidl_parcel.readInt();
|
||
|
if (_aidl_parcel.dataPosition() - _aidl_start_pos >= _aidl_parcelable_size) return;
|
||
|
submessageId = _aidl_parcel.readInt();
|
||
|
if (_aidl_parcel.dataPosition() - _aidl_start_pos >= _aidl_parcelable_size) return;
|
||
|
data = _aidl_parcel.createByteArray();
|
||
|
} finally {
|
||
|
if (_aidl_start_pos > (Integer.MAX_VALUE - _aidl_parcelable_size)) {
|
||
|
throw new android.os.BadParcelableException("Overflow in the size of parcelable");
|
||
|
}
|
||
|
_aidl_parcel.setDataPosition(_aidl_start_pos + _aidl_parcelable_size);
|
||
|
}
|
||
|
}
|
||
|
public static final int STATUS_PARITY_PASSED = 1;
|
||
|
public static final int STATUS_PARITY_REBUILT = 2;
|
||
|
public static final int STATUS_UNKNOWN = 0;
|
||
|
@Override
|
||
|
public int describeContents() {
|
||
|
int _mask = 0;
|
||
|
return _mask;
|
||
|
}
|
||
|
public static @interface GnssNavigationMessageType {
|
||
|
public static final int UNKNOWN = 0;
|
||
|
public static final int GPS_L1CA = 257;
|
||
|
public static final int GPS_L2CNAV = 258;
|
||
|
public static final int GPS_L5CNAV = 259;
|
||
|
public static final int SBS = 513;
|
||
|
public static final int GPS_CNAV2 = 260;
|
||
|
public static final int GLO_L1CA = 769;
|
||
|
public static final int QZS_L1CA = 1025;
|
||
|
public static final int BDS_D1 = 1281;
|
||
|
public static final int BDS_D2 = 1282;
|
||
|
public static final int BDS_CNAV1 = 1283;
|
||
|
public static final int BDS_CNAV2 = 1284;
|
||
|
public static final int GAL_I = 1537;
|
||
|
public static final int GAL_F = 1538;
|
||
|
public static final int IRN_L5CA = 1793;
|
||
|
}
|
||
|
}
|
||
|
}
|