Home
last modified time | relevance | path

Searched refs:p_free_ccb_first (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_utils.cc1378 if (!l2cb.p_free_ccb_first) return (NULL); in l2cu_allocate_ccb()
1382 p_ccb = l2cb.p_free_ccb_first; in l2cu_allocate_ccb()
1383 l2cb.p_free_ccb_first = p_ccb->p_next_ccb; in l2cu_allocate_ccb()
1389 if (p_ccb == l2cb.p_free_ccb_first) in l2cu_allocate_ccb()
1390 l2cb.p_free_ccb_first = p_ccb->p_next_ccb; in l2cu_allocate_ccb()
1392 for (p_prev = l2cb.p_free_ccb_first; p_prev != NULL; in l2cu_allocate_ccb()
1606 if (!l2cb.p_free_ccb_first) { in l2cu_release_ccb()
1607 l2cb.p_free_ccb_first = p_ccb; in l2cu_release_ccb()
Dl2c_int.h478 tL2C_CCB* p_free_ccb_first; /* Pointer to first free CCB */ member
Dl2c_main.cc882 l2cb.p_free_ccb_first = &l2cb.ccb_pool[0]; in l2c_init()