OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GKI_IS_QUEUE_EMPTY
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/gki/common/
gki.h
351
#define
GKI_IS_QUEUE_EMPTY
(p_q) ((p_q)->count == 0)
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h
366
#define
GKI_IS_QUEUE_EMPTY
(p_q) ((p_q)->count == 0)
/external/libnfc-nci/src/gki/common/
gki.h
369
#define
GKI_IS_QUEUE_EMPTY
(p_q) ((p_q)->count == 0)
Completed in 172 milliseconds