Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/udrv/ulinux/
Duipc.cc197 for (i = 0; i < UIPC_CH_NUM; i++) { in uipc_main_init()
217 for (i = 0; i < UIPC_CH_NUM; i++) uipc_close_ch_locked(uipc, i); in uipc_main_cleanup()
224 for (i = 0; i < UIPC_CH_NUM; i++) { in uipc_check_task_flags_locked()
235 if (ch_id >= UIPC_CH_NUM) return -1; in uipc_check_fd_locked()
297 if (ch_id >= UIPC_CH_NUM) return -1; in uipc_setup_server_locked()
360 if (ch_id >= UIPC_CH_NUM) return; in uipc_flush_locked()
378 if (ch_id >= UIPC_CH_NUM) return -1; in uipc_close_ch_locked()
452 for (ch_id = 0; ch_id < UIPC_CH_NUM; ch_id++) { in uipc_read_task()
533 if (ch_id >= UIPC_CH_NUM) { in UIPC_Open()
609 if (ch_id >= UIPC_CH_NUM) { in UIPC_Read()
/packages/modules/Bluetooth/system/udrv/include/
Duipc.h30 #define UIPC_CH_NUM 2 macro
82 tUIPC_CHAN ch[UIPC_CH_NUM];