Home
last modified time | relevance | path

Searched defs:p_hdr (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Nfc/libnfc-nci/src/gki/common/
Dgki_buffer.cc262 BUFFER_HDR_T* p_hdr; in GKI_getbuf() local
486 BUFFER_HDR_T* p_hdr; in GKI_freebuf() local
549 BUFFER_HDR_T* p_hdr; in GKI_get_buf_size() local
605 BUFFER_HDR_T* p_hdr; in GKI_send_msg() local
665 BUFFER_HDR_T* p_hdr; in GKI_read_mbox() local
699 BUFFER_HDR_T* p_hdr; in GKI_enqueue() local
750 BUFFER_HDR_T* p_hdr; in GKI_enqueue_head() local
798 BUFFER_HDR_T* p_hdr; in GKI_dequeue() local
917 BUFFER_HDR_T* p_hdr; in GKI_getnext() local
1129 BUFFER_HDR_T* p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_change_buf_owner() local
[all …]
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc51 static std::string DumpBtHdrToString(BT_HDR* p_hdr) { in DumpBtHdrToString()