Searched refs:UIPC_Open (Results 1 – 3 of 3) sorted by relevance
48 UIPC_Open(UIPC_CH_ID_AV_CTRL, btif_a2dp_ctrl_cb); in btif_a2dp_control_init()113 UIPC_Open(UIPC_CH_ID_AV_AUDIO, btif_a2dp_data_cb); in btif_a2dp_recv_ctrl_data()131 UIPC_Open(UIPC_CH_ID_AV_AUDIO, btif_a2dp_data_cb); in btif_a2dp_recv_ctrl_data()281 UIPC_Open(UIPC_CH_ID_AV_CTRL, btif_a2dp_ctrl_cb); in btif_a2dp_ctrl_cb()
78 bool UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback);
567 bool UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback) { in UIPC_Open() function