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.cc198 for (i = 0; i < UIPC_CH_NUM; i++) { in uipc_main_init()
218 for (i = 0; i < UIPC_CH_NUM; i++) uipc_close_ch_locked(uipc, i); in uipc_main_cleanup()
225 for (i = 0; i < UIPC_CH_NUM; i++) { in uipc_check_task_flags_locked()
236 if (ch_id >= UIPC_CH_NUM) return -1; in uipc_check_fd_locked()
298 if (ch_id >= UIPC_CH_NUM) return -1; in uipc_setup_server_locked()
361 if (ch_id >= UIPC_CH_NUM) return; in uipc_flush_locked()
379 if (ch_id >= UIPC_CH_NUM) return -1; in uipc_close_ch_locked()
453 for (ch_id = 0; ch_id < UIPC_CH_NUM; ch_id++) { in uipc_read_task()
534 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];