Searched refs:UIPC_TASK_FLAG_DISCONNECT_CHAN (Results 1 - 1 of 1) sorted by relevance

/system/bt/udrv/ulinux/
H A Duipc.cc74 UIPC_TASK_FLAG_DISCONNECT_CHAN = 0x1, enumerator in enum:__anon1296
257 if (uipc_main.ch[i].task_evt_flags & UIPC_TASK_FLAG_DISCONNECT_CHAN) {
258 uipc_main.ch[i].task_evt_flags &= ~UIPC_TASK_FLAG_DISCONNECT_CHAN;
454 uipc_main.ch[ch_id].task_evt_flags |= UIPC_TASK_FLAG_DISCONNECT_CHAN;

Completed in 4 milliseconds