Home
last modified time | relevance | path

Searched defs:nsType (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/net/common/framework/com/android/net/module/util/
DDnsPacket.java262 public final int nsType; field in DnsPacket.DnsRecord
326 final int nsType = (address.getAddress().length == 4) ? TYPE_A : TYPE_AAAA; in makeAOrAAAARecord() local
354 public static DnsRecord makeQuestion(@NonNull String dName, int nsType, int nsClass) { in makeQuestion()
369 private DnsRecord(@NonNull String dName, int nsType, int nsClass) { in DnsRecord()
384 private DnsRecord(@RecordType int rType, @NonNull String dName, int nsType, int nsClass, in DnsRecord()
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/
DAidlConversionNoiseSuppression.cpp98 NoiseSuppression::Type nsType = VALUE_OR_RETURN_STATUS( in getParameter() local