OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_pend_cmd
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c
297
if (nfc_hal_cb.ncit_cb.
p_pend_cmd
!= NULL)
299
GKI_freebuf (nfc_hal_cb.ncit_cb.
p_pend_cmd
);
300
nfc_hal_cb.ncit_cb.
p_pend_cmd
= NULL;
nfc_hal_dm.c
738
NFC_HDR *p_buf = nfc_hal_cb.ncit_cb.
p_pend_cmd
;
770
nfc_hal_cb.ncit_cb.
p_pend_cmd
= NULL;
812
nfc_hal_cb.ncit_cb.
p_pend_cmd
= p_buf;
[
all
...]
nfc_hal_nci.c
731
nfc_hal_cb.ncit_cb.
p_pend_cmd
= p_buf;
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
364
NFC_HDR *
p_pend_cmd
; /* pending NCI message; waiting for NFCC state to be free */
member in struct:__anon22270
Completed in 2921 milliseconds