Home
last modified time | relevance | path

Searched refs:UIPC_CLOSE_EVT (Results 1 – 4 of 4) sorted by relevance

/system/bt/udrv/include/
Duipc.h36 UIPC_CLOSE_EVT = 0x0002, enumerator
/system/bt/btif/src/
Dbtif_a2dp_control.cc338 case UIPC_CLOSE_EVT: in btif_a2dp_ctrl_cb()
380 case UIPC_CLOSE_EVT: in btif_a2dp_data_cb()
/system/bt/bta/hearing_aid/
Dhearing_aid_audio_source.cc157 case UIPC_CLOSE_EVT: in hearing_aid_data_cb()
319 case UIPC_CLOSE_EVT: in hearing_aid_ctrl_cb()
/system/bt/udrv/ulinux/
Duipc.cc94 CASE_RETURN_STR(UIPC_CLOSE_EVT) in dump_uipc_event()
410 if (uipc.ch[ch_id].cback) uipc.ch[ch_id].cback(ch_id, UIPC_CLOSE_EVT); in uipc_close_ch_locked()