Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dao.h110 int ao_query_and_reset_events(struct ao *ao, int events);
H A Dao.c353 int ao_query_and_reset_events(struct ao *ao, int events) in ao_query_and_reset_events() function
486 if (hp->ao && ao_query_and_reset_events(hp->ao, AO_EVENT_HOTPLUG)) { in ao_hotplug_check_update()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Daudio.c839 if (mpctx->ao && ao_query_and_reset_events(mpctx->ao, AO_EVENT_RELOAD)) in fill_audio_out_buffers()
842 if (mpctx->ao && ao_query_and_reset_events(mpctx->ao, in fill_audio_out_buffers()