Home
last modified time | relevance | path

Searched refs:scm_ui_framework_t (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/libs/libUI/
Dscreen_manager.h42 struct scm_ui_framework_t struct
80 int scm_register(struct scm_ui_framework_t *ui);
88 int scm_unregister(struct scm_ui_framework_t *ui);
96 int scm_unregister_alloc(struct scm_ui_framework_t *ui);
118 int scm_framework_enable(struct scm_ui_framework_t *ui);
120 int scm_framework_disable(struct scm_ui_framework_t *ui);
Dscreen_manager.c15 static struct scm_ui_framework_t *__current_framework; // 当前拥有屏幕控制权的框架
136 …struct scm_ui_framework_t *ui = (struct scm_ui_framework_t *)kmalloc(sizeof(struct scm_ui_framewor… in scm_register_alloc()
137 memset(ui, 0, sizeof(struct scm_ui_framework_t)); in scm_register_alloc()
171 int scm_register(struct scm_ui_framework_t *ui) in scm_register()
207 int scm_unregister(struct scm_ui_framework_t *ui) in scm_unregister()
218 int scm_unregister_alloc(struct scm_ui_framework_t *ui) in scm_unregister_alloc()
248 …struct scm_ui_framework_t *ptr = container_of(list_next(&scm_framework_list), struct scm_ui_framew… in scm_enable_double_buffer()
283 int scm_framework_enable(struct scm_ui_framework_t *ui) in scm_framework_enable()
309 int scm_framework_disable(struct scm_ui_framework_t *ui) in scm_framework_disable()
342 …struct scm_ui_framework_t *ptr = container_of(list_next(&scm_framework_list), struct scm_ui_framew… in scm_reinit()
Dtextui-render.c19 extern struct scm_ui_framework_t textui_framework;
Dtextui.c10 struct scm_ui_framework_t textui_framework;
321 memset(&textui_framework, 0, sizeof(struct scm_ui_framework_t)); in textui_init()