Home
last modified time | relevance | path

Searched refs:ui_ops (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/libs/libUI/
Dscreen_manager.c140 ui->ui_ops = ops; in scm_register_alloc()
158 ui->ui_ops->install(ui->buf); in scm_register_alloc()
159 ui->ui_ops->enable(NULL); in scm_register_alloc()
175 if (__check_ui_param(ui->name, ui->type, ui->ui_ops) != 0) in scm_register()
192 ui->ui_ops->install(ui->buf); in scm_register()
193 ui->ui_ops->enable(NULL); in scm_register()
260 if (ptr->ui_ops->change(buf) != 0) // 这里的change回调函数不会是空指针吗 问题2 in scm_enable_double_buffer()
298 ui->ui_ops->enable(NULL); in scm_framework_enable()
326 ui->ui_ops->disable(NULL); in scm_framework_disable()
347 ptr->ui_ops->change(&video_frame_buffer_info); in scm_reinit()
Dscreen_manager.h48 struct scm_ui_framework_operations_t *ui_ops; member
Dtextui.c328 textui_framework.ui_ops = &textui_ops; in textui_init()