Searched refs:GKI_remove_from_queue (Results 1 – 15 of 15) sorted by relevance
/external/bluetooth/bluedroid/gki/common/ |
D | gki.h | 429 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
|
D | gki_buffer.c | 899 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/ |
D | gki.h | 452 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
|
D | gki_buffer.c | 966 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() function
|
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 454 GKI_API extern void *GKI_remove_from_queue (BUFFER_Q *, void *);
|
D | gki_buffer.c | 966 void *GKI_remove_from_queue (BUFFER_Q *p_q, void *p_buf) in GKI_remove_from_queue() function
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_api.c | 251 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()
|
D | gatt_sr.c | 1341 GKI_freebuf(GKI_remove_from_queue (&p_tcb->pending_ind_q, p_buf)); in gatts_chk_pending_ind()
|
D | gatt_utils.c | 139 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/ |
D | btu_hcif.c | 1207 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/ |
D | l2c_main.c | 807 GKI_remove_from_queue (p_rcv_hold_q, p_buf); in l2c_process_held_packets()
|
D | l2c_api.c | 1774 GKI_remove_from_queue (&p_lcb->link_xmit_data_q, p_buf1); in L2CA_FlushChannel()
|
D | l2c_fcr.c | 1572 GKI_remove_from_queue (&p_ccb->p_lcb->link_xmit_data_q, p_buf2); in retransmit_i_frames()
|
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_ncif.c | 1498 GKI_remove_from_queue (&p_cb->rx_q, p_last); in nfc_ncif_proc_data()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hl.c | 4872 GKI_remove_from_queue((void *)&soc_queue, p_scb); in btif_hl_close_socket()
|