HomeSort by relevance Sort by last modified time
    Searched refs:GKI_poolcount (Results 1 - 9 of 9) sorted by null

  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 73 pool_count = GKI_poolcount (LLCP_POOL_ID);
  /external/bluetooth/bluedroid/gki/common/
gki.h 412 GKI_API extern UINT16 GKI_poolcount (UINT8);
gki_buffer.c     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 435 GKI_API extern UINT16 GKI_poolcount (UINT8);
gki_buffer.c     [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 437 GKI_API extern UINT16 GKI_poolcount (UINT8);
gki_buffer.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 860 if (GKI_poolcount(xx) > reserved_buff[xx])
861 quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1;
865 L2CAP_TRACE_DEBUG5 ("POOL ID:%d, GKI_poolcount = %d, reserved_buff = %d, weighted_chnls = %d, quota_per_weighted_chnls = %d",
866 xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] );
    [all...]
l2c_fcr.c     [all...]

Completed in 2514 milliseconds