HomeSort by relevance Sort by last modified time
    Searched refs:fixed_queue_is_empty (Results 1 - 22 of 22) sorted by null

  /system/bt/osi/test/
fixed_queue_test.cc 89 EXPECT_TRUE(fixed_queue_is_empty(queue));
96 EXPECT_TRUE(fixed_queue_is_empty(queue));
105 EXPECT_FALSE(fixed_queue_is_empty(queue));
107 EXPECT_TRUE(fixed_queue_is_empty(queue));
117 EXPECT_FALSE(fixed_queue_is_empty(queue));
120 EXPECT_TRUE(fixed_queue_is_empty(queue));
128 EXPECT_TRUE(fixed_queue_is_empty(NULL));
133 EXPECT_TRUE(fixed_queue_is_empty(queue));
137 EXPECT_FALSE(fixed_queue_is_empty(queue));
141 EXPECT_TRUE(fixed_queue_is_empty(queue))
    [all...]
  /system/bt/osi/include/
fixed_queue.h 53 bool fixed_queue_is_empty(fixed_queue_t* queue);
  /system/bt/osi/src/
fixed_queue.cc 88 while (!fixed_queue_is_empty(queue)) {
96 bool fixed_queue_is_empty(fixed_queue_t* queue) { function
  /system/bt/stack/l2cap/
l2c_fcr.cc 383 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
726 if (fixed_queue_is_empty(p_ccb->fcrb.waiting_for_ack_q))
754 (!fixed_queue_is_empty(p_ccb->fcrb.srej_rcv_hold_q))) {
804 if ((!fixed_queue_is_empty(p_ccb->fcrb.retrans_q) ||
805 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) &&
    [all...]
l2c_utils.cc 228 while (!fixed_queue_is_empty(p_lcb->le_sec_pending_q)) {
    [all...]
l2c_ble.cc     [all...]
l2c_csm.cc 810 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
    [all...]
l2c_link.cc 924 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) {
    [all...]
l2c_api.cc     [all...]
  /system/bt/stack/gatt/
gatt_utils.cc 95 while (!fixed_queue_is_empty(p_tcb->pending_ind_q))
138 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return;
292 << " is_queue_empty=" << fixed_queue_is_empty(p_tcb->pending_ind_q);
296 if (fixed_queue_is_empty(p_tcb->pending_ind_q)) return false;
325 if (fixed_queue_is_empty(gatt_cb.srv_chg_clt_q)) return NULL;
    [all...]
gatt_sr.cc 99 while (!fixed_queue_is_empty(tcb.sr_cmd.multi_rsp_q))
150 if (!fixed_queue_is_empty(p_cmd->multi_rsp_q))
    [all...]
  /system/bt/btif/src/
btif_a2dp_sink.cc 465 if (fixed_queue_is_empty(btif_a2dp_sink_cb.rx_audio_queue)) {
600 if (fixed_queue_is_empty(btif_a2dp_sink_cb.rx_audio_queue)) {
  /system/bt/stack/gap/
gap_conn.cc 382 if (fixed_queue_is_empty(p_ccb->rx_queue)) return (GAP_NO_DATA_AVAIL);
    [all...]
  /system/bt/stack/avct/
avct_lcb_act.cc 422 if (!p_lcb->cong && !fixed_queue_is_empty(p_lcb->tx_q)) {
  /system/bt/stack/btm/
btm_ble_bgconn.cc 605 if (fixed_queue_is_empty(btm_cb.ble_ctr_cb.conn_pending_q)) return;
btm_pm.cc 916 if (btm_cb.is_paging || (!fixed_queue_is_empty(btm_cb.page_queue)) ||
btm_sec.cc     [all...]
  /system/bt/bta/pan/
bta_pan_act.cc 635 if (!fixed_queue_is_empty(p_scb->data_queue)) {
  /system/bt/stack/avdt/
avdt_ccb_act.cc 839 else if (!fixed_queue_is_empty(p_ccb->rsp_q)) {
    [all...]
  /system/bt/stack/rfcomm/
rfc_port_fsm.cc 446 if (!fixed_queue_is_empty(p_port->rx.queue)) {
port_api.cc     [all...]
  /system/bt/stack/bnep/
bnep_utils.cc 151 while (!fixed_queue_is_empty(p_bcb->xmit_q)) {
    [all...]

Completed in 290 milliseconds