OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pool_access_mask
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluedroid/gki/common/
gki_buffer.c
185
p_cb->
pool_access_mask
= GKI_DEF_BUFPOOL_PERM_MASK;
402
if (((UINT16)1 << p_cb->pool_list[i]) & p_cb->
pool_access_mask
)
1080
p_cb->
pool_access_mask
= (UINT16)(p_cb->
pool_access_mask
| (1 << pool_id));
1083
p_cb->
pool_access_mask
= (UINT16)(p_cb->
pool_access_mask
& ~(1 << pool_id));
[
all
...]
gki_common.h
323
UINT16
pool_access_mask
; /* Bits are set if the corresponding buffer pool is a restricted pool */
member in struct:__anon703
gki_debug.c
61
if ((1 << i) & gki_cb.com.
pool_access_mask
)
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c
175
p_cb->
pool_access_mask
= GKI_DEF_BUFPOOL_PERM_MASK;
400
if (((UINT16)1 << p_cb->pool_list[i]) & p_cb->
pool_access_mask
)
[
all
...]
gki_common.h
329
UINT16
pool_access_mask
; /* Bits are set if the corresponding buffer pool is a restricted pool */
member in struct:__anon20438
gki_debug.c
60
if ((1 << i) & gki_cb.com.
pool_access_mask
)
/external/libnfc-nci/src/gki/common/
gki_buffer.c
175
p_cb->
pool_access_mask
= GKI_DEF_BUFPOOL_PERM_MASK;
400
if (((UINT16)1 << p_cb->pool_list[i]) & p_cb->
pool_access_mask
)
[
all
...]
gki_common.h
329
UINT16
pool_access_mask
; /* Bits are set if the corresponding buffer pool is a restricted pool */
member in struct:__anon20450
gki_debug.c
60
if ((1 << i) & gki_cb.com.
pool_access_mask
)
Completed in 2857 milliseconds