Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/udrv/include/
Duipc.h41 UIPC_CLOSE_EVT = 0x0002, enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc338 case UIPC_CLOSE_EVT: in btif_a2dp_ctrl_cb()
377 case UIPC_CLOSE_EVT: in btif_a2dp_data_cb()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc171 case UIPC_CLOSE_EVT: in hearing_aid_data_cb()
333 case UIPC_CLOSE_EVT: in hearing_aid_ctrl_cb()
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc72 case UIPC_CLOSE_EVT: in btif_a2dp_data_cb()
Dle_audio_software_host.cc55 case UIPC_CLOSE_EVT: in lea_data_cb()
/packages/modules/Bluetooth/system/udrv/ulinux/
Duipc.cc94 CASE_RETURN_STR(UIPC_CLOSE_EVT) in dump_uipc_event()
398 if (uipc.ch[ch_id].cback) uipc.ch[ch_id].cback(ch_id, UIPC_CLOSE_EVT); in uipc_close_ch_locked()