Home | History | Annotate | Download | only in src

Lines Matching refs:p_q

326 static void btif_media_flush_q(BUFFER_Q *p_q);
1465 static void btif_media_flush_q(BUFFER_Q *p_q)
1467 while (!GKI_queue_is_empty(p_q))
1469 GKI_freebuf(GKI_dequeue(p_q));