Home
last modified time | relevance | path

Searched defs:cl (Results 1 – 13 of 13) sorted by relevance

/system/netd/resolv/
Dres_query.cpp110 int cl, int type, // class and type of query in res_nquery()
205 int cl, int type, /* class and type of query */ in res_nsearch()
342 int res_nquerydomain(res_state statp, const char* name, const char* domain, int cl, in res_nquerydomain()
Dres_mkquery.cpp104 int cl, int type, /* class and type of query */ in res_nmkquery()
Dres_debug.cpp491 const char* p_class(int cl) { in p_class()
Dgetaddrinfo.cpp910 int cl = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in getanswer() local
1596 int cl = t->qclass; in res_queryN() local
Dgethnamaddr.cpp223 int cl = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in getanswer() local
Dres_send.cpp315 int res_nameinquery(const char* name, int type, int cl, const u_char* buf, const u_char* eom) { in res_nameinquery()
/system/bt/stack/rfcomm/
Drfc_port_if.cc130 uint8_t cl; in RFCOMM_ParameterNegotiationRequest() local
177 uint16_t mtu, uint8_t cl, uint8_t k) { in RFCOMM_ParameterNegotiationResponse()
Dport_rfc.cc272 void PORT_ParNegInd(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, in PORT_ParNegInd()
361 void PORT_ParNegCnf(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, in PORT_ParNegCnf()
Drfc_ts_frames.cc209 uint8_t cl, uint8_t k) { in rfc_send_pn()
/system/tools/aidl/
Dgenerate_java.cpp42 Class* cl = generate_binder_interface_class(iface, types, options); in generate_java_interface() local
55 Class* cl = generate_parcel_class(parcel, typenames); in generate_java_parcel() local
/system/core/logd/
Dmain.cpp511 CommandListener* cl = new CommandListener(logBuf, reader, swl); in main() local
/system/core/libpixelflinger/
Dbuffer.cpp331 int ch, int cl, // clear in downshift_component()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test_utils.cc166 uint8_t cl, uint8_t priority, in CreateQuickPnPacket()