Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b23ec019 authored by Francois Gaffie's avatar Francois Gaffie Committed by Eric Laurent
Browse files

AudioPolicy Engine: update schema for optional attributes of criterion types



The wrapping of mutli bit audio devices on 64 bits requires an adaptation,
adding the android value associated to the bitfield allow to
translate android value to / from bitfield inclusive criterion type.

Test: make

Signed-off-by: default avatarFrancois Gaffie <francois.gaffie@renault.com>
Change-Id: I1bf31c6bf6c57c9b79f0d5751601aa77780f1f80
parent 0a5a431d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -232,8 +232,10 @@ package audio.policy.V1_0 {


  public class ValueType {
  public class ValueType {
    ctor public ValueType();
    ctor public ValueType();
    method public int getAndroid_type();
    method public String getLiteral();
    method public String getLiteral();
    method public int getNumerical();
    method public int getNumerical();
    method public void setAndroid_type(int);
    method public void setLiteral(String);
    method public void setLiteral(String);
    method public void setNumerical(int);
    method public void setNumerical(int);
  }
  }
+1 −0
Original line number Original line Diff line number Diff line
@@ -190,6 +190,7 @@
    <xs:complexType name="valueType">
    <xs:complexType name="valueType">
        <xs:attribute name="literal" type="xs:string" use="required"/>
        <xs:attribute name="literal" type="xs:string" use="required"/>
        <xs:attribute name="numerical" type="xs:int" use="required"/>
        <xs:attribute name="numerical" type="xs:int" use="required"/>
        <xs:attribute name="android_type" type="xs:int" use="optional"/>
    </xs:complexType>
    </xs:complexType>


    <xs:complexType name="attributesRefType">
    <xs:complexType name="attributesRefType">