OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waiting_for_ack_q
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/l2cap/
l2c_fcr.c
234
fixed_queue_free(p_fcrb->
waiting_for_ack_q
, osi_free);
235
p_fcrb->
waiting_for_ack_q
= NULL;
368
|| (fixed_queue_length(p_ccb->fcrb.
waiting_for_ack_q
) >= p_ccb->peer_cfg.fcr.tx_win_sz) )
662
fixed_queue_length(p_ccb->fcrb.
waiting_for_ack_q
),
726
if (fixed_queue_is_empty(p_ccb->fcrb.
waiting_for_ack_q
))
[
all
...]
l2c_int.h
185
fixed_queue_t *
waiting_for_ack_q
; /* Buffers sent and waiting for peer to ack */
member in struct:__anon73935
[
all
...]
l2c_utils.c
[
all
...]
Completed in 47 milliseconds