Searched refs:db_elem (Results 1 – 1 of 1) sorted by relevance
37 struct db_elem struct74 struct db_elem *db_elem; in get_id_from_config() local96 wl_list_for_each(db_elem, &ida->app_list, link) in get_id_from_config()98 if (check_config_parameter(db_elem->cfg_app_id, temp_app_id) == 0) { in get_id_from_config()99 if (check_config_parameter(db_elem->cfg_title, temp_title) == 0) { in get_id_from_config()102 db_elem->surface_id); in get_id_from_config()106 db_elem->layout_surface = layout_surface; in get_id_from_config()192 struct db_elem *db_elem = NULL; in surface_event_remove() local194 wl_list_for_each(db_elem, &ida->app_list, link) in surface_event_remove()196 if(db_elem->layout_surface == layout_surface) { in surface_event_remove()[all …]