blob: ef9929418d35a498515fa89e4a02044d8a7d5451 [file] [log] [blame]
Inseob Kimc4a774d2023-08-30 12:48:43 +09001// Signature format: 2.0
2package android.system.virtualizationservice {
3
4 public class Device {
5 ctor public Device();
Inseob Kim7307a892023-09-14 13:37:58 +09006 method public String getDtbo_node();
Inseob Kimc4a774d2023-08-30 12:48:43 +09007 method public String getKind();
8 method public String getSysfs_path();
Inseob Kim7307a892023-09-14 13:37:58 +09009 method public void setDtbo_node(String);
Inseob Kimc4a774d2023-08-30 12:48:43 +090010 method public void setKind(String);
11 method public void setSysfs_path(String);
12 }
13
14 public class Devices {
15 ctor public Devices();
16 method public java.util.List<android.system.virtualizationservice.Device> getDevice();
17 }
18
19 public class XmlParser {
20 ctor public XmlParser();
21 method public static android.system.virtualizationservice.Devices read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException;
22 method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
23 method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
24 }
25
26}
27