Searched refs:app_id (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.h | 56 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index); 64 void lv_demo_smartwatch_show_notification(int app_id, const char * message, const char * time);
|
D | lv_demo_smartwatch_notifications.c | 31 static void set_notification_icon(lv_obj_t * obj, int app_id); 105 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index) in lv_demo_smartwatch_add_notification() argument 133 set_notification_icon(notification_icon, app_id); in lv_demo_smartwatch_add_notification() 147 void lv_demo_smartwatch_show_notification(int app_id, const char * message, const char * time) in lv_demo_smartwatch_show_notification() argument 151 set_notification_icon(message_icon, app_id); in lv_demo_smartwatch_show_notification() 210 static void set_notification_icon(lv_obj_t * obj, int app_id) in set_notification_icon() argument 212 lv_image_set_src(obj, notification_icons[get_notification_icon_index(app_id)]); in set_notification_icon()
|
D | lv_demo_smartwatch.h | 166 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index); 174 void lv_demo_smartwatch_show_notification(int app_id, const char * message, const char * time);
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 243 char app_id[8]; in read_application_ext() local 250 f_gif_read(gif, app_id, 8); in read_application_ext() 253 if(!strncmp(app_id, "NETSCAPE", sizeof(app_id))) { in read_application_ext() 270 gif->application(gif, app_id, app_auth_code); in read_application_ext()
|