/external/bluetooth/bluedroid/stack/rfcomm/ |
D | rfc_ts_frames.c | 45 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_sabme() 77 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_ua() 109 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_dm() 141 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_disc() 236 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_pn() 281 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_fcon() 309 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_fcoff() 344 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_msc() 391 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_rls() 422 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) in rfc_send_nsc() [all …]
|
D | port_api.c | 1460 p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_DATA_POOL_ID); in PORT_WriteDataCO() 1592 p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_DATA_POOL_ID); in PORT_WriteData() 1674 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) != NULL) in PORT_Test()
|
/external/bluetooth/bluedroid/stack/avrc/ |
D | avrc_opt.c | 57 if ((p_cmd = (BT_HDR *) GKI_getpoolbuf(AVRC_CMD_POOL_ID)) != NULL) in avrc_vendor_msg() 101 if ((p_cmd = (BT_HDR *) GKI_getpoolbuf(AVRC_CMD_POOL_ID)) != NULL) in AVRC_UnitCmd() 146 if ((p_cmd = (BT_HDR *) GKI_getpoolbuf(AVRC_CMD_POOL_ID)) != NULL) in AVRC_SubCmd()
|
/external/libnfc-nci/src/nfc/llcp/ |
D | llcp_sdp.c | 135 llcp_cb.sdp_cb.p_snl = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_sdp_send_sdreq() 164 llcp_cb.sdp_cb.p_snl = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_sdp_send_sdreq() 240 llcp_cb.sdp_cb.p_snl = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_sdp_send_sdres() 267 llcp_cb.sdp_cb.p_snl = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_sdp_send_sdres()
|
D | llcp_util.c | 317 p_msg = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_util_send_disc() 441 p_msg = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_util_send_connect() 587 p_msg = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_util_send_cc() 693 p_msg = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_util_send_dm() 759 p_msg = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_util_send_frmr() 846 p_msg = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID); in llcp_util_send_rr_rnr()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_api.c | 198 if ((p_msg = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in HAL_NfcWrite() 258 if ((p_msg = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in HAL_NfcControlGranted()
|
D | nfc_hal_dm.c | 624 if ((p_buf = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_dm_send_nci_cmd() 725 if ((p_buf = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_dm_send_bt_cmd()
|
D | nfc_hal_nci.c | 192 if ((p_cb->p_rcv_msg = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_nci_receive_nci_msg() 288 if ((p_cb->p_rcv_msg = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_nci_receive_bt_msg()
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t2t.c | 338 p_data = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t2t_send_cmd() 487 if ((p_cmd_buf = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID)) != NULL) in rw_t2t_process_error() 582 if ((p_cmd_buf = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID)) != NULL) in rw_t2t_resume_op() 626 if ((p_data = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID)) == NULL) in rw_t2t_sector_change() 794 if ((p_t2t->p_cur_cmd_buf = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID)) == NULL) in rw_t2t_select() 803 if ((p_t2t->p_sec_cmd_buf = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID)) == NULL) in rw_t2t_select()
|
D | rw_i93.c | 376 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_inventory() 435 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_stay_quiet() 487 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_read_single_block() 543 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_write_single_block() 606 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_lock_block() 666 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_read_multi_blocks() 718 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_write_multi_blocks() 771 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_select() 819 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_reset_to_ready() 867 p_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_cmd_write_afi() [all …]
|
D | ce_main.c | 68 p_data = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in CE_SendRawFrame()
|
D | rw_t4t.c | 118 p_c_apdu = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t4t_select_file() 174 p_c_apdu = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t4t_read_file() 231 p_c_apdu = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t4t_update_nlen() 277 p_c_apdu = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t4t_update_file() 341 p_c_apdu = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t4t_select_application()
|
D | rw_t1t.c | 315 p_data = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t1t_send_static_cmd() 375 p_data = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_t1t_send_dyn_cmd() 488 if ((p_t1t->p_cur_cmd_buf = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID)) == NULL) in rw_t1t_select() 585 if ((p_cmd_buf = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID)) != NULL) in rw_t1t_process_error()
|
D | rw_main.c | 182 p_data = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in RW_SendRawFrame()
|
/external/bluetooth/bluedroid/stack/bnep/ |
D | bnep_utils.c | 176 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (BNEP_POOL_ID)) == NULL) in bnep_send_conn_req() 234 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (BNEP_POOL_ID)) == NULL) in bnep_send_conn_responce() 276 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (BNEP_POOL_ID)) == NULL) in bnepu_send_peer_our_filters() 328 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (BNEP_POOL_ID)) == NULL) in bnepu_send_peer_our_multi_filters() 379 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (BNEP_POOL_ID)) == NULL) in bnepu_send_peer_filter_rsp() 417 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (BNEP_POOL_ID)) == NULL) in bnep_send_command_not_understood() 1177 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (BNEP_POOL_ID)) == NULL) in bnepu_send_peer_multicast_filter_rsp()
|
/external/libnfc-nci/src/nfa/cho/ |
D | nfa_cho_api.c | 260 p_ndef_buf = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in NFA_ChoSendHr() 341 p_ndef_buf = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in NFA_ChoSendHs()
|
D | nfa_cho_util.c | 587 if ((p_msg = (BT_HDR *) GKI_getpoolbuf (LLCP_POOL_ID)) != NULL) in nfa_cho_send_handover_msg() 658 nfa_cho_cb.p_rx_ndef_msg = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_read_ndef_msg() 893 p_msg_cr_ac = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_send_hr() 924 nfa_cho_cb.p_tx_ndef_msg = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_send_hr() 1022 p_msg_ac = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_send_hs() 1049 nfa_cho_cb.p_tx_ndef_msg = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_send_hs() 1153 nfa_cho_cb.p_tx_ndef_msg = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_send_hs_error()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki.h | 429 #define GKI_getpoolbuf(id) GKI_getpoolbuf_debug(id, __FUNCTION__, __LINE__) macro 432 GKI_API extern void *GKI_getpoolbuf (UINT8);
|
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 431 #define GKI_getpoolbuf(id) GKI_getpoolbuf_debug(id, __FUNCTION__, __LINE__) macro 434 GKI_API extern void *GKI_getpoolbuf (UINT8);
|
/external/bluetooth/bluedroid/stack/avdt/ |
D | avdt_msg.c | 1236 if ((p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) == NULL) in avdt_msg_send() 1257 if ((p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) == NULL) in avdt_msg_send() 1474 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_cmd() 1543 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_rsp() 1588 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_rej() 1649 p_buf = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID); in avdt_msg_send_grej()
|
D | avdt_ccb_act.c | 814 if ((p_msg = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) != NULL) in avdt_ccb_ret_cmd() 850 if ((p_ccb->p_curr_cmd = (BT_HDR *) GKI_getpoolbuf(AVDT_CMD_POOL_ID)) != NULL) in avdt_ccb_snd_cmd()
|
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_server.c | 244 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in process_service_search() 492 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in process_service_attr_req() 787 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in process_service_search_attr_req()
|
D | sdp_discovery.c | 126 if ((p_cmd = (BT_HDR *) GKI_getpoolbuf (SDP_POOL_ID)) == NULL) in sdp_snd_service_search_req() 522 BT_HDR *p_msg = (BT_HDR *) GKI_getpoolbuf (SDP_POOL_ID); in process_service_attr_rsp() 668 BT_HDR *p_msg = (BT_HDR *) GKI_getpoolbuf (SDP_POOL_ID); in process_service_search_attr_rsp()
|
/external/bluetooth/bluedroid/bta/pan/ |
D | bta_pan_ci.c | 135 if((p_buf = (BT_HDR *) GKI_getpoolbuf(PAN_POOL_ID)) != NULL) in bta_pan_ci_rx_write()
|
/external/bluetooth/bluedroid/gki/common/ |
D | gki.h | 411 GKI_API extern void *GKI_getpoolbuf (UINT8);
|