OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_buf_hdr
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/hci/src/
utils.c
222
HC_BUFFER_HDR_T *
p_buf_hdr
;
local
230
p_buf_hdr
= (HC_BUFFER_HDR_T *)((uint8_t *)p_buf - BT_HC_BUFFER_HDR_SIZE);
236
if (p_prev->p_next ==
p_buf_hdr
)
238
p_prev->p_next =
p_buf_hdr
->p_next;
248
p_buf_hdr
->p_next = NULL;
/external/bluetooth/bluedroid/gki/common/
gki_buffer.c
902
BUFFER_HDR_T *
p_buf_hdr
;
local
912
p_buf_hdr
= (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE);
918
if (p_prev->p_next ==
p_buf_hdr
)
920
p_prev->p_next =
p_buf_hdr
->p_next;
930
p_buf_hdr
->p_next = NULL;
931
p_buf_hdr
->status = BUF_STATUS_UNLINKED;
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c
971
BUFFER_HDR_T *
p_buf_hdr
;
local
981
p_buf_hdr
= (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE);
987
if (p_prev->p_next ==
p_buf_hdr
)
989
p_prev->p_next =
p_buf_hdr
->p_next;
999
p_buf_hdr
->p_next = NULL;
1000
p_buf_hdr
->status = BUF_STATUS_UNLINKED;
[
all
...]
/external/libnfc-nci/src/gki/common/
gki_buffer.c
971
BUFFER_HDR_T *
p_buf_hdr
;
local
981
p_buf_hdr
= (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE);
987
if (p_prev->p_next ==
p_buf_hdr
)
989
p_prev->p_next =
p_buf_hdr
->p_next;
999
p_buf_hdr
->p_next = NULL;
1000
p_buf_hdr
->status = BUF_STATUS_UNLINKED;
[
all
...]
Completed in 351 milliseconds