Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 16 of 16) sorted by relevance

/system/netd/resolv/
Dres_query.cpp110 int cl, int type, // class and type of query in res_nquery() argument
125 LOG(DEBUG) << __func__ << ": (" << cl << ", " << type << ")"; in res_nquery()
127 n = res_nmkquery(statp, QUERY, name, cl, type, NULL, 0, NULL, buf, sizeof(buf)); in res_nquery()
205 int cl, int type, /* class and type of query */ in res_nsearch() argument
234 ret = res_nquerydomain(statp, name, NULL, cl, type, answer, anslen, herrno); in res_nsearch()
265 ret = res_nquerydomain(statp, name, *domain, cl, type, answer, anslen, herrno); in res_nsearch()
318 ret = res_nquerydomain(statp, name, NULL, cl, type, answer, anslen, herrno); in res_nsearch()
342 int res_nquerydomain(res_state statp, const char* name, const char* domain, int cl, in res_nquerydomain() argument
353 LOG(DEBUG) << __func__ << ": (null, " << cl << ", " << type << ")"; in res_nquerydomain()
370 LOG(DEBUG) << __func__ << ": (" << cl << ", " << type << ")"; in res_nquerydomain()
[all …]
Dres_mkquery.cpp104 int cl, int type, /* class and type of query */ in res_nmkquery() argument
116 LOG(DEBUG) << __func__ << ": (" << _res_opcodes[op] << ", " << p_class(cl) << ", " in res_nmkquery()
148 *reinterpret_cast<uint16_t*>(cp) = htons(cl); in res_nmkquery()
161 *reinterpret_cast<uint16_t*>(cp) = htons(cl); in res_nmkquery()
178 *reinterpret_cast<uint16_t*>(cp) = htons(cl); in res_nmkquery()
Dres_debug.cpp491 const char* p_class(int cl) { in p_class() argument
496 result = sym_ntos(p_class_syms, cl, &success); in p_class()
498 if (cl < 0 || cl > 0xffff) return ("BADCLASS"); in p_class()
499 snprintf(classbuf, sizeof(classbuf), "CLASS%d", cl); in p_class()
Dgetaddrinfo.cpp910 int cl = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in getanswer() local
915 if (cl != C_IN) { in getanswer()
1596 int cl = t->qclass; in res_queryN() local
1601 LOG(DEBUG) << __func__ << ": (" << cl << ", " << type << ")"; in res_queryN()
1603 n = res_nmkquery(res, QUERY, name, cl, type, NULL, 0, NULL, buf, sizeof(buf)); in res_queryN()
Dgethnamaddr.cpp223 int cl = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in getanswer() local
229 if (cl != C_IN) { in getanswer()
Dres_send.cpp315 int res_nameinquery(const char* name, int type, int cl, const u_char* buf, const u_char* eom) { in res_nameinquery() argument
329 if (ttype == type && tclass == cl && ns_samename(tname, name) == 1) return (1); in res_nameinquery()
/system/bt/stack/rfcomm/
Drfc_port_if.cc130 uint8_t cl; in RFCOMM_ParameterNegotiationRequest() local
151 cl = RFCOMM_PN_CONV_LAYER_CBFC_I; in RFCOMM_ParameterNegotiationRequest()
156 cl = RFCOMM_PN_CONV_LAYER_TYPE_1; in RFCOMM_ParameterNegotiationRequest()
163 rfc_send_pn(p_mcb, dlci, true, mtu, cl, k); in RFCOMM_ParameterNegotiationRequest()
177 uint16_t mtu, uint8_t cl, uint8_t k) { in RFCOMM_ParameterNegotiationResponse() argument
181 rfc_send_pn(p_mcb, dlci, false, mtu, cl, k); in RFCOMM_ParameterNegotiationResponse()
Drfc_int.h62 uint16_t mtu, uint8_t cl,
329 uint16_t mtu, uint8_t cl, uint8_t k);
363 uint8_t cl, uint8_t k);
365 uint8_t cl, uint8_t k);
Dport_rfc.cc272 void PORT_ParNegInd(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, in PORT_ParNegInd() argument
313 (cl == RFCOMM_PN_CONV_LAYER_TYPE_1)) { in PORT_ParNegInd()
330 if (cl == RFCOMM_PN_CONV_LAYER_TYPE_1) { in PORT_ParNegInd()
361 void PORT_ParNegCnf(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, in PORT_ParNegCnf() argument
364 cl, k); in PORT_ParNegCnf()
377 (cl == RFCOMM_PN_CONV_LAYER_CBFC_R)) { in PORT_ParNegCnf()
383 } else if (cl == RFCOMM_PN_CONV_LAYER_CBFC_R) { in PORT_ParNegCnf()
Drfc_ts_frames.cc209 uint8_t cl, uint8_t k) { in rfc_send_pn() argument
220 *p_data++ = RFCOMM_PN_FRAM_TYPE_UIH | cl; in rfc_send_pn()
/system/tools/aidl/
Dgenerate_java.cpp42 Class* cl = generate_binder_interface_class(iface, types, options); in generate_java_interface() local
45 new Document("" /* no comment */, iface->GetPackage(), unique_ptr<Class>(cl)); in generate_java_interface()
55 Class* cl = generate_parcel_class(parcel, typenames); in generate_java_parcel() local
58 new Document("" /* no comment */, parcel->GetPackage(), unique_ptr<Class>(cl)); in generate_java_parcel()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test_utils.h174 uint8_t cl, uint8_t priority,
Dstack_rfcomm_test_utils.cc166 uint8_t cl, uint8_t priority, in CreateQuickPnPacket() argument
172 target_dlci, 0x0, cl, priority, RFCOMM_T1_DSEC, rfc_mtu, RFCOMM_N2, k); in CreateQuickPnPacket()
/system/core/libpixelflinger/
Dbuffer.cpp41 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
331 int ch, int cl, // clear in downshift_component() argument
366 if (cl || (sbits>dbits)) { in downshift_component()
/system/core/logd/
Dmain.cpp511 CommandListener* cl = new CommandListener(logBuf, reader, swl); in main() local
512 if (cl->startListener()) { in main()
/system/timezone/input_data/android/
Dcountryzones.txt984 isoCode:"cl"