Home
last modified time | relevance | path

Searched defs:rType (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DDnsPacket.java272 public final int rType; field in DnsPacket.DnsRecord
286 protected DnsRecord(@RecordType int rType, @NonNull ByteBuffer buf) in DnsRecord()
317 public static DnsRecord parse(@RecordType int rType, @NonNull ByteBuffer buf) in parse()
352 public static DnsRecord makeAOrAAAARecord(int rType, @NonNull String dName, in makeAOrAAAARecord()
373 public static DnsRecord makeCNameRecord(int rType, @NonNull String dName, int nsClass, in makeCNameRecord()
412 private DnsRecord(@RecordType int rType, @NonNull String dName, int nsType, int nsClass, in DnsRecord()
DDnsSvcbRecord.java94 public DnsSvcbRecord(@DnsPacket.RecordType int rType, @NonNull ByteBuffer buff) in DnsSvcbRecord()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp423 jint rType = reportType; in getReportNative() local
451 jint rType = reportType; in setReportNative() local