Searched defs:RxSbcQ (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_media_task.c223 BUFFER_Q RxSbcQ; member in struct:__anon674
1105 count = btif_media_cb.RxSbcQ._count;
1114 btif_media_flush_q(&(btif_media_cb.RxSbcQ));
1123 p_msg = (tBT_SBC_HDR *)GKI_getfirst(&(btif_media_cb.RxSbcQ));
1129 APPL_TRACE_DEBUG(" Num of Packets in Que %d", btif_media_cb.RxSbcQ._count);
1142 p_msg = (tBT_SBC_HDR *)GKI_dequeue(&(btif_media_cb.RxSbcQ));
1500 if (GKI_queue_is_empty(&(btif_media_cb.RxSbcQ))== TRUE) /* Que is already empty */
1561 btif_media_flush_q(&(btif_media_cb.RxSbcQ));
2288 return GKI_queue_length(&btif_media_cb.RxSbcQ);
2289 if(GKI_queue_length(&btif_media_cb.RxSbcQ)
[all...]

Completed in 7 milliseconds