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

  /system/bt/gki/common/
gki.h 72 UINT16 GKI_poolutilization (UINT8);
gki_buffer.c 545 ** Function GKI_poolutilization
555 UINT16 GKI_poolutilization (UINT8 pool_id)
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 437 GKI_API extern UINT16 GKI_poolutilization (UINT8);
gki_buffer.c     [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 439 GKI_API extern UINT16 GKI_poolutilization (UINT8);
gki_buffer.c     [all...]
  /system/bt/stack/l2cap/
l2c_utils.c     [all...]
l2c_fcr.c 331 if ( (pool == HCI_ACL_POOL_ID) && (GKI_poolutilization (pool) > 90) )
333 L2CAP_TRACE_ERROR ("L2CAP - failed to clone buffer on HCI_ACL_POOL_ID Utilization: %u", GKI_poolutilization(pool));
    [all...]

Completed in 1269 milliseconds