Searched defs:p_hdr (Results 1 – 2 of 2) sorted by relevance
262 BUFFER_HDR_T* p_hdr; in GKI_getbuf() local486 BUFFER_HDR_T* p_hdr; in GKI_freebuf() local549 BUFFER_HDR_T* p_hdr; in GKI_get_buf_size() local605 BUFFER_HDR_T* p_hdr; in GKI_send_msg() local665 BUFFER_HDR_T* p_hdr; in GKI_read_mbox() local699 BUFFER_HDR_T* p_hdr; in GKI_enqueue() local750 BUFFER_HDR_T* p_hdr; in GKI_enqueue_head() local798 BUFFER_HDR_T* p_hdr; in GKI_dequeue() local917 BUFFER_HDR_T* p_hdr; in GKI_getnext() local1129 BUFFER_HDR_T* p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_change_buf_owner() local[all …]
51 static std::string DumpBtHdrToString(BT_HDR* p_hdr) { in DumpBtHdrToString()