Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/gki/common/
Dgki.h429 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
Dgki_buffer.c899 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() function
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki.h452 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
Dgki_buffer.c966 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() function
/external/libnfc-nci/src/gki/common/
Dgki.h454 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
Dgki_buffer.c966 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() function
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c251 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_CreateService()
423 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_DeleteService()
543 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_StartService()
Dgatt_sr.c1341 GKI_freebuf(GKI_remove_from_queue (&p_tcb->pending_ind_q, p_buf)); in gatts_chk_pending_ind()
Dgatt_utils.c139 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.srv_chg_clt_q, p_buf)); in gatt_delete_dev_from_srv_chg_clt_list()
/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c1207 GKI_remove_from_queue(&p_hci_cmd_cb->cmd_cmpl_q, p_cmd); in btu_hcif_command_complete_evt()
1467 GKI_remove_from_queue(&p_hci_cmd_cb->cmd_cmpl_q, p_cmd); in btu_hcif_command_status_evt()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c807 GKI_remove_from_queue (p_rcv_hold_q, p_buf); in l2c_process_held_packets()
Dl2c_api.c1774 GKI_remove_from_queue (&p_lcb->link_xmit_data_q, p_buf1); in L2CA_FlushChannel()
Dl2c_fcr.c1572 GKI_remove_from_queue (&p_ccb->p_lcb->link_xmit_data_q, p_buf2); in retransmit_i_frames()
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c1498 GKI_remove_from_queue (&p_cb->rx_q, p_last); in nfc_ncif_proc_data()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hl.c4872 GKI_remove_from_queue((void *)&soc_queue, p_scb); in btif_hl_close_socket()