Home
last modified time | relevance | path

Searched defs:ptype (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_link.cc1094 uint8_t dsap, ptype, ssap; in llcp_link_proc_agf_pdu() local
1200 static void llcp_link_proc_rx_pdu(uint8_t dsap, uint8_t ptype, uint8_t ssap, in llcp_link_proc_rx_pdu()
1264 uint8_t dsap, ptype, ssap; in llcp_link_proc_rx_data() local
1480 uint8_t *p, ptype; in llcp_link_build_next_pdu() local
1655 static std::string llcp_pdu_type(uint8_t ptype) { in llcp_pdu_type()
Dllcp_dlc.cc1060 static void llcp_dlc_proc_rr_rnr_pdu(uint8_t dsap, uint8_t ptype, uint8_t ssap, in llcp_dlc_proc_rr_rnr_pdu()
1169 void llcp_dlc_proc_rx_pdu(uint8_t dsap, uint8_t ptype, uint8_t ssap, in llcp_dlc_proc_rx_pdu()
Dllcp_util.cc752 uint8_t ptype, uint8_t sequence) { in llcp_util_send_frmr()
/system/nfc/src/nfc/include/
Dllcp_defs.h37 #define LLCP_GET_PDU_HEADER(dsap, ptype, ssap) \ argument
/system/bpf/libbpf_android/
DLoader.cpp298 enum bpf_prog_type ptype = getSectionType(name); in readCodeSections() local