Home
last modified time | relevance | path

Searched refs:empty_playlist (Results 1 – 12 of 12) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dsound.hpp55 void empty_playlist();
H A Dplaysingle_controller.cpp334 sound::empty_playlist(); in play_scenario()
H A Dsound.cpp574 void empty_playlist() in empty_playlist() function
H A Dwesnoth.cpp761 sound::empty_playlist();
/dports/games/retroarch/RetroArch-1.9.7/menu/drivers/ozone/
H A Dozone_entries.c368 … ozone->empty_playlist = tex == ozone->icons_textures[OZONE_ENTRIES_ICONS_TEXTURE_CORE_INFO]; in ozone_compute_entries_position()
371 ozone->empty_playlist = false; in ozone_compute_entries_position()
573 if (!node || ozone->empty_playlist) in ozone_draw_entries()
756 if (ozone->empty_playlist) in ozone_draw_entries()
H A Dozone.h280 bool empty_playlist; member
H A Dozone_sidebar.c530 if (ozone->empty_playlist) in ozone_leave_sidebar()
H A Dozone.c3399 ozone->empty_playlist = true; in ozone_populate_entries()
/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_audio.cpp214 sound::empty_playlist(); in intf_music_clear()
/dports/games/wesnoth/wesnoth-1.14.17/src/game_initialization/
H A Dplaycampaign.cpp276 sound::empty_playlist(); in play_game()
H A Dmultiplayer.cpp547 sound::empty_playlist(); in enter_lobby_mode()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dtf.c92 static playlist_t empty_playlist; variable
111 ctx->plt = (ddb_playlist_t *)&empty_playlist; in tf_eval()