Searched refs:audio_thread (Results 1 – 2 of 2) sorted by relevance
2034 static int audio_thread(void *arg) in audio_thread() function2689 if ((ret = decoder_start(&is->auddec, audio_thread, "audio_decoder", is)) < 0) in stream_component_open()
49428 + std::unique_ptr<AudioThread> audio_thread,49430 + return std::make_unique<OHOSAudioManager>(std::move(audio_thread),49434 +OHOSAudioManager::OHOSAudioManager(std::unique_ptr<AudioThread> audio_thread,49436 + : AudioManagerBase(std::move(audio_thread), audio_log_factory) {}49526 + OHOSAudioManager(std::unique_ptr<AudioThread> audio_thread,