Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink-input.h241 bool (*process_underrun_ohos) (pa_sink_input *i); member
Dsink-input.c351 i->process_underrun_ohos = NULL; in reset_callbacks()
2752 if (i->process_underrun_ohos && (pa_atomic_load(&i->isFirstReaded) == 1)) { in pa_sink_input_handle_ohos_underrun()
2753 i->process_underrun_ohos(i); in pa_sink_input_handle_ohos_underrun()
Dprotocol-native.c1088 s->sink_input->process_underrun_ohos = sink_input_process_underrun_ohos_cb; in playback_stream_new()