Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 2 of 2) sorted by relevance

/system/netd/resolv/dns_responder/
Ddns_responder.cpp289 unsigned rtype; member
298 uint16_t rtype; member
345 dnstype2str(rtype), dnsclass2str(rclass)); in toString()
356 rtype = ntohs(intfields.rtype); in readIntFields()
370 intfields.rtype = htons(rtype); in writeIntFields()
816 for (int rtype : rtypes) { in addAnswerRecords() local
819 while ((it = mappings_.find(QueryKey(rname, rtype))) != mappings_.end()) { in addAnswerRecords()
820 if (rtype == ns_type::ns_t_cname) { in addAnswerRecords()
832 .rtype = it->first.type, in addAnswerRecords()
838 if (rtype != ns_type::ns_t_cname) break; in addAnswerRecords()
[all …]
/system/bt/btif/co/
Dbta_hh_co.cc124 ev.u.output.rtype, ev.u.output.size); in uhid_read_event()
127 if (ev.u.output.rtype == UHID_FEATURE_REPORT) in uhid_read_event()
130 else if (ev.u.output.rtype == UHID_OUTPUT_REPORT) in uhid_read_event()
135 ev.u.output.rtype); in uhid_read_event()
153 APPL_TRACE_DEBUG("UHID_FEATURE: Report type = %d", ev.u.feature.rtype); in uhid_read_event()
160 if (ev.u.feature.rtype == UHID_FEATURE_REPORT) in uhid_read_event()
164 ev.u.feature.rtype); in uhid_read_event()