Home
last modified time | relevance | path

Searched refs:fixed_queue_get_list (Results 1 – 7 of 7) sorted by relevance

/system/bt/osi/include/
Dfixed_queue.h108 list_t* fixed_queue_get_list(fixed_queue_t* queue);
/system/bt/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc169 fixed_queue_get_list(fixed_queue); in callArbitraryFunction()
/system/bt/osi/src/
Dfixed_queue.cc213 list_t* fixed_queue_get_list(fixed_queue_t* queue) { in fixed_queue_get_list() function
/system/bt/stack/gatt/
Dgatt_utils.cc142 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg()
288 list_t* list = fixed_queue_get_list(p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending()
316 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list()
Dgatt_sr.cc152 list = fixed_queue_get_list(p_cmd->multi_rsp_q); in process_read_multi_rsp()
/system/bt/stack/l2cap/
Dl2c_fcr.cc1555 list_ack = fixed_queue_get_list(p_ccb->fcrb.waiting_for_ack_q); in retransmit_i_frames()
2359 list = fixed_queue_get_list(p_ccb->fcrb.waiting_for_ack_q); in l2c_fcr_collect_ack_delay()
/system/bt/stack/btm/
Dbtm_sec.cc5544 list_t* list = fixed_queue_get_list(btm_cb.sec_pending_q); in btm_sec_check_pending_enc_req()