Loading contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/HostEndpointInfo.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ parcelable HostEndpointInfo { @nullable String attributionTag; @Backing(type="int") @VintfStability enum Type { TYPE_FRAMEWORK = 1, TYPE_APP = 2, FRAMEWORK = 1, APP = 2, } } contexthub/aidl/android/hardware/contexthub/ContextHubMessage.aidl +6 −2 Original line number Diff line number Diff line Loading @@ -32,10 +32,14 @@ parcelable ContextHubMessage { */ char hostEndPoint; /** The type of this message */ /** * The type of this message payload, defined by the communication endpoints (i.e. * either the nanoapp or the host endpoint). This value can be used to distinguish * the handling of messageBody (e.g. for decoding). */ int messageType; /** The payload containing the message */ /** The payload containing the message. */ byte[] messageBody; /** Loading contexthub/aidl/android/hardware/contexthub/HostEndpointInfo.aidl +4 −4 Original line number Diff line number Diff line Loading @@ -37,12 +37,12 @@ parcelable HostEndpointInfo { @Backing(type="int") enum Type { /** This endpoint is from the Android framework, where packageName and attributionTag may be empty. * This endpoint is from the Android framework, where packageName and attributionTag may be * empty. */ TYPE_FRAMEWORK = 1, FRAMEWORK = 1, /** This endpoint is an Android app. */ TYPE_APP = 2, APP = 2, } } Loading
contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/HostEndpointInfo.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ parcelable HostEndpointInfo { @nullable String attributionTag; @Backing(type="int") @VintfStability enum Type { TYPE_FRAMEWORK = 1, TYPE_APP = 2, FRAMEWORK = 1, APP = 2, } }
contexthub/aidl/android/hardware/contexthub/ContextHubMessage.aidl +6 −2 Original line number Diff line number Diff line Loading @@ -32,10 +32,14 @@ parcelable ContextHubMessage { */ char hostEndPoint; /** The type of this message */ /** * The type of this message payload, defined by the communication endpoints (i.e. * either the nanoapp or the host endpoint). This value can be used to distinguish * the handling of messageBody (e.g. for decoding). */ int messageType; /** The payload containing the message */ /** The payload containing the message. */ byte[] messageBody; /** Loading
contexthub/aidl/android/hardware/contexthub/HostEndpointInfo.aidl +4 −4 Original line number Diff line number Diff line Loading @@ -37,12 +37,12 @@ parcelable HostEndpointInfo { @Backing(type="int") enum Type { /** This endpoint is from the Android framework, where packageName and attributionTag may be empty. * This endpoint is from the Android framework, where packageName and attributionTag may be * empty. */ TYPE_FRAMEWORK = 1, FRAMEWORK = 1, /** This endpoint is an Android app. */ TYPE_APP = 2, APP = 2, } }