Searched refs:GKI_queue_is_empty (Results 1 - 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_scb_act.c1254 if (!GKI_queue_is_empty(&p_scb->frag_q))
1323 if (GKI_queue_is_empty(&p_data->apiwrite.frag_q))
1892 else if(!GKI_queue_is_empty (&p_scb->frag_q))
1968 if(AVDT_AD_SUCCESS == res || GKI_queue_is_empty (&p_scb->frag_q))
1972 if(!GKI_queue_is_empty (&p_scb->frag_q))
1981 else if (sent && GKI_queue_is_empty (&p_scb->frag_q))
H A Davdt_api.c1143 || !GKI_queue_is_empty(&p_scb->frag_q)
1149 p_scb->p_pkt, p_scb->p_ccb, GKI_queue_is_empty(&p_scb->frag_q), p_scb->frag_off);
1159 if(GKI_queue_is_empty(&evt.apiwrite.frag_q))
H A Davdt_ccb_act.c883 else if (!GKI_queue_is_empty(&p_ccb->rsp_q))
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h428 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *);
H A Dgki_buffer.c998 ** Function GKI_queue_is_empty
1007 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q) function
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h451 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *);
H A Dgki_buffer.c1042 ** Function GKI_queue_is_empty
1051 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q) function
/external/libnfc-nci/src/gki/common/
H A Dgki.h453 GKI_API extern BOOLEAN GKI_queue_is_empty(BUFFER_Q *);
H A Dgki_buffer.c1042 ** Function GKI_queue_is_empty
1051 BOOLEAN GKI_queue_is_empty(BUFFER_Q *p_q) function
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c1183 if (!GKI_queue_is_empty (&(p_hci_cmd_cb->cmd_cmpl_q)))
1423 if (!GKI_queue_is_empty (&(p_hci_cmd_cb->cmd_cmpl_q)))
1504 if (!GKI_queue_is_empty (&(p_hci_cmd_cb->cmd_cmpl_q)))
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c127 while(!GKI_queue_is_empty(q))
833 while(!GKI_queue_is_empty(&rs->incoming_que))
H A Dbtif_hl.c2008 if (!GKI_queue_is_empty(&p_ncb->app_queue))
3239 if (!GKI_queue_is_empty(&p_ncb->app_queue))
3430 if (!GKI_queue_is_empty(&p_ncb->app_queue))
4585 if (!GKI_queue_is_empty(&soc_queue))
4751 if (!GKI_queue_is_empty(&soc_queue))
4804 if (!GKI_queue_is_empty(&soc_queue))
4906 if (!GKI_queue_is_empty(&soc_queue))
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c727 GATT_TRACE_DEBUG1("gatt_is_srv_chg_ind_pending is_queue_empty=%d", GKI_queue_is_empty(&p_tcb->pending_ind_q) );

Completed in 1068 milliseconds