Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dplugin.c66 FLAC__bool play_thread_open; /* if true, is_playing must also be true */ member
285 stream_data_.play_thread_open = false; in FLAC_XMMS__play_file()
345 stream_data_.play_thread_open = true; in FLAC_XMMS__play_file()
353 if(stream_data_.play_thread_open) { in FLAC_XMMS__stop()
354 stream_data_.play_thread_open = false; in FLAC_XMMS__stop()