Searched refs:process_underrun_ohos (Results 1 – 3 of 3) sorted by relevance
241 bool (*process_underrun_ohos) (pa_sink_input *i); member
351 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()
1088 s->sink_input->process_underrun_ohos = sink_input_process_underrun_ohos_cb; in playback_stream_new()