Searched refs:p_hdr (Results 1 – 4 of 4) sorted by relevance
257 BUFFER_HDR_T* p_hdr; in GKI_getbuf() local299 p_hdr = Q->p_first; in GKI_getbuf()300 Q->p_first = p_hdr->p_next; in GKI_getbuf()308 p_hdr->task_id = GKI_get_taskid(); in GKI_getbuf()310 p_hdr->status = BUF_STATUS_UNLINKED; in GKI_getbuf()311 p_hdr->p_next = nullptr; in GKI_getbuf()312 p_hdr->Type = 0; in GKI_getbuf()313 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE)); in GKI_getbuf()342 BUFFER_HDR_T* p_hdr; in GKI_getpoolbuf() local360 p_hdr = Q->p_first; in GKI_getpoolbuf()[all …]
61 struct ext4_extent_header *p_hdr; member80 …S_FREE_INDEX(__path__) (le16_to_cpu((__path__)->p_hdr->eh_entries) < le16_to_cpu((__path__)->p…
731 static bool nfa_p2p_evt_hdlr(NFC_HDR* p_hdr) { in nfa_p2p_evt_hdlr() argument738 nfa_p2p_evt_code(p_hdr->event).c_str()); in nfa_p2p_evt_hdlr()740 event = p_hdr->event & 0x00ff; in nfa_p2p_evt_hdlr()744 tNFA_P2P_MSG* p_msg = (tNFA_P2P_MSG*)p_hdr; in nfa_p2p_evt_hdlr()
49 std::string DumpBtHdrToString(BT_HDR* p_hdr) { in DumpBtHdrToString() argument50 uint8_t* p_hdr_data = p_hdr->data + p_hdr->offset; in DumpBtHdrToString()51 return DumpByteBufferToString(p_hdr_data, p_hdr->len); in DumpBtHdrToString()