Home
last modified time | relevance | path

Searched refs:task_evt_flags (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/udrv/ulinux/
Duipc.cc202 p->task_evt_flags = 0; in uipc_main_init()
226 if (uipc.ch[i].task_evt_flags & UIPC_TASK_FLAG_DISCONNECT_CHAN) { in uipc_check_task_flags_locked()
227 uipc.ch[i].task_evt_flags &= ~UIPC_TASK_FLAG_DISCONNECT_CHAN; in uipc_check_task_flags_locked()
413 uipc.ch[ch_id].task_evt_flags |= UIPC_TASK_FLAG_DISCONNECT_CHAN; in uipc_close_locked()
/packages/modules/Bluetooth/system/udrv/include/
Duipc.h68 int task_evt_flags; /* event flags pending to be processed in read task */ member