Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_adapter_tools.h27 PaLockGuard(pa_threaded_mainloop *mainloop, bool mainloopCheck = false) : mainloop_(mainloop)
H A Dpa_capturer_stream_impl.h26 …rStreamImpl(pa_stream *paStream, AudioProcessConfig processConfig, pa_threaded_mainloop *mainloop);
H A Dpa_renderer_stream_impl.h27 …rStreamImpl(pa_stream *paStream, AudioProcessConfig processConfig, pa_threaded_mainloop *mainloop);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_capturer_stream_impl.cpp41 pa_threaded_mainloop *mainloop) in PaCapturerStreamImpl() argument
43 mainloop_ = mainloop; in PaCapturerStreamImpl()
H A Dpa_renderer_stream_impl.cpp64 pa_threaded_mainloop *mainloop) in PaRendererStreamImpl() argument
66 mainloop_ = mainloop; in PaRendererStreamImpl()
/ohos5.0/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_process_gui.pyw57 self.window.mainloop()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/
H A Dmodule_inner_capturer_sink.c436 mq = pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll); in pa__init()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_source.c534 if (pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll) < 0) { in PaHdiSourceNew()
H A Dmodule_split_stream_sink.c1066 mq = pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll); in pa__init()
H A Dhdi_sink.c4019 if (pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll) < 0) { in PaHdiSinkNewInitUserData()