Searched defs:ptype (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/nfc/llcp/ |
D | llcp_link.cc | 1094 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()
|
D | llcp_dlc.cc | 1060 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()
|
D | llcp_util.cc | 752 uint8_t ptype, uint8_t sequence) { in llcp_util_send_frmr()
|
/system/nfc/src/nfc/include/ |
D | llcp_defs.h | 37 #define LLCP_GET_PDU_HEADER(dsap, ptype, ssap) \ argument
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 298 enum bpf_prog_type ptype = getSectionType(name); in readCodeSections() local
|