Loading automotive/vehicle/vts/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,15 @@ * limitations under the License. */ package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["hardware_interfaces_license"], } cc_test { name: "VtsHalAutomotiveVehicle_TargetTest", srcs: [ Loading graphics/composer/aidl/android/hardware/graphics/composer3/DimmingStage.aidl +6 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,12 @@ enum DimmingStage { */ LINEAR = 1, /** * Dimming operations must be applied in gamma space, after OETF has been applied * Dimming operations must be applied in gamma space, after OETF has been applied. * Note that for this dimming operation to be perceptually correct it must also be gamma * corrected. The framework will assume that it is able to use the gamma 2.2 * power function for gamma correcting the dimming matrix, for simplicity of * implementation and the fact that gamma 2.2 is close enough to typical SDR * transfer functions that would be used for the client target. */ GAMMA_OETF = 2, } radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/PhoneCapability.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.radio.config; @VintfStability @JavaDerive(toString=true) @VintfStability parcelable PhoneCapability { byte maxActiveData; byte maxActiveInternetData; Loading radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/SimPortInfo.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.radio.config; @VintfStability @JavaDerive(toString=true) @VintfStability parcelable SimPortInfo { String iccId; int logicalSlotId; Loading radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/SimSlotStatus.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.radio.config; @VintfStability @JavaDerive(toString=true) @VintfStability parcelable SimSlotStatus { int cardState; String atr; Loading Loading
automotive/vehicle/vts/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,15 @@ * limitations under the License. */ package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["hardware_interfaces_license"], } cc_test { name: "VtsHalAutomotiveVehicle_TargetTest", srcs: [ Loading
graphics/composer/aidl/android/hardware/graphics/composer3/DimmingStage.aidl +6 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,12 @@ enum DimmingStage { */ LINEAR = 1, /** * Dimming operations must be applied in gamma space, after OETF has been applied * Dimming operations must be applied in gamma space, after OETF has been applied. * Note that for this dimming operation to be perceptually correct it must also be gamma * corrected. The framework will assume that it is able to use the gamma 2.2 * power function for gamma correcting the dimming matrix, for simplicity of * implementation and the fact that gamma 2.2 is close enough to typical SDR * transfer functions that would be used for the client target. */ GAMMA_OETF = 2, }
radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/PhoneCapability.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.radio.config; @VintfStability @JavaDerive(toString=true) @VintfStability parcelable PhoneCapability { byte maxActiveData; byte maxActiveInternetData; Loading
radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/SimPortInfo.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.radio.config; @VintfStability @JavaDerive(toString=true) @VintfStability parcelable SimPortInfo { String iccId; int logicalSlotId; Loading
radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/SimSlotStatus.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.radio.config; @VintfStability @JavaDerive(toString=true) @VintfStability parcelable SimSlotStatus { int cardState; String atr; Loading