OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_last_hdr
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/hci/src/
utils.c
104
HC_BUFFER_HDR_T *
p_last_hdr
= \
local
107
p_last_hdr
->p_next = p_hdr;
/external/bluetooth/bluedroid/gki/common/
gki_buffer.c
768
BUFFER_HDR_T *
p_last_hdr
= (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
local
769
p_last_hdr
->p_next = p_hdr;
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c
837
BUFFER_HDR_T *
p_last_hdr
= (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
local
838
p_last_hdr
->p_next = p_hdr;
[
all
...]
/external/libnfc-nci/src/gki/common/
gki_buffer.c
837
BUFFER_HDR_T *
p_last_hdr
= (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
local
838
p_last_hdr
->p_next = p_hdr;
[
all
...]
Completed in 184 milliseconds