Home
last modified time | relevance | path

Searched refs:GKI_poolcount (Results 1 – 4 of 4) sorted by relevance

/system/bt/gki/common/
Dgki.h70 UINT16 GKI_poolcount (UINT8);
Dgki_buffer.c492 UINT16 GKI_poolcount (UINT8 pool_id) in GKI_poolcount() function
/system/bt/stack/l2cap/
Dl2c_link.c896 if (GKI_poolcount(xx) > reserved_buff[xx]) in l2c_link_adjust_chnl_allocation()
897 … quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1; in l2c_link_adjust_chnl_allocation()
902 … xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] ); in l2c_link_adjust_chnl_allocation()
Dl2c_fcr.c1124 GKI_poolcount (p_ccb->ertm_info.user_rx_pool_id)); in process_i_frame()