Home
last modified time | relevance | path

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

/frameworks/libs/net/common/framework/com/android/net/module/util/
DDnsPacket.java270 public final int rType; field in DnsPacket.DnsRecord
285 public DnsRecord(@RecordType int rType, @NonNull ByteBuffer buf) in DnsRecord()
324 public static DnsRecord makeAOrAAAARecord(int rType, @NonNull String dName, in makeAOrAAAARecord()
345 public static DnsRecord makeCNameRecord(int rType, @NonNull String dName, int nsClass, in makeCNameRecord()
384 private DnsRecord(@RecordType int rType, @NonNull String dName, int nsType, int nsClass, in DnsRecord()
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp115 void DeviceCallback::onDeviceSetReport(uint32_t id, uint8_t rType, in onDeviceSetReport()
123 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput()
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java282 public void onDeviceSetReport(int id, byte rType, byte[] data) { in onDeviceSetReport()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java460 private static String getActionStringFromReqType(SsData.RequestType rType) { in getActionStringFromReqType()