Lines Matching defs:uipc
191 static int uipc_main_init(tUIPC_STATE& uipc) { in uipc_main_init()
223 static void uipc_main_cleanup(tUIPC_STATE& uipc) { in uipc_main_cleanup()
238 static void uipc_check_task_flags_locked(tUIPC_STATE& uipc) { in uipc_check_task_flags_locked()
251 static int uipc_check_fd_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_check_fd_locked()
297 static void uipc_check_interrupt_locked(tUIPC_STATE& uipc) { in uipc_check_interrupt_locked()
304 static inline void uipc_wakeup_locked(tUIPC_STATE& uipc) { in uipc_wakeup_locked()
311 static int uipc_setup_server_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, const char* name, in uipc_setup_server_locked()
344 static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_ch_locked()
379 static void uipc_flush_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_locked()
395 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_ch_locked()
433 static void uipc_close_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_locked()
445 tUIPC_STATE& uipc = *((tUIPC_STATE*)arg); in uipc_read_task() local
499 static int uipc_start_main_server_thread(tUIPC_STATE& uipc) { in uipc_start_main_server_thread()
511 static void uipc_stop_main_server_thread(tUIPC_STATE& uipc) { in uipc_stop_main_server_thread()
538 std::unique_ptr<tUIPC_STATE> uipc = std::make_unique<tUIPC_STATE>(); in UIPC_Init() local
558 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open()
587 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in UIPC_Close()
611 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t /* msg_evt */, const uint8_t* p_buf, in UIPC_Send()
637 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint8_t* p_buf, uint32_t len) { in UIPC_Read()
708 bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request, void* param) { in UIPC_Ioctl()