Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.c2879 BUFFER_Q bq; in btm_sec_check_pending_reqs() local
2891 bq = btm_cb.sec_pending_q; in btm_sec_check_pending_reqs()
2895 while ((p_e = (tBTM_SEC_QUEUE_ENTRY *)GKI_dequeue (&bq)) != NULL) in btm_sec_check_pending_reqs()
6192 BUFFER_Q *bq = &btm_cb.sec_pending_q; in btm_sec_clean_pending_req_queue() local
6194 p_e = (tBTM_SEC_QUEUE_ENTRY *)GKI_getfirst(bq); in btm_sec_clean_pending_req_queue()
6205 GKI_remove_from_queue(bq, (void *)p_e); in btm_sec_clean_pending_req_queue()
6245 BUFFER_Q *bq = &btm_cb.sec_pending_q; in btm_sec_check_pending_enc_req() local
6248 p_e = (tBTM_SEC_QUEUE_ENTRY *)GKI_getfirst(bq); in btm_sec_check_pending_enc_req()
6271 GKI_remove_from_queue(bq, (void *)p_e); in btm_sec_check_pending_enc_req()