Home
last modified time | relevance | path

Searched refs:AudioRendererConcurrencyCallbackImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h33 class AudioRendererConcurrencyCallbackImpl; variable
204 std::shared_ptr<AudioRendererConcurrencyCallbackImpl> audioConcurrencyCallback_ = nullptr;
336 class AudioRendererConcurrencyCallbackImpl : public AudioConcurrencyCallback {
338 explicit AudioRendererConcurrencyCallbackImpl();
339 virtual ~AudioRendererConcurrencyCallbackImpl();
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp73 std::shared_ptr<AudioRendererConcurrencyCallbackImpl> cb = audioConcurrencyCallback_; in ~AudioRendererPrivate()
1043 AudioRendererConcurrencyCallbackImpl::AudioRendererConcurrencyCallbackImpl() in AudioRendererConcurrencyCallbackImpl() function in OHOS::AudioStandard::AudioRendererConcurrencyCallbackImpl
1048 AudioRendererConcurrencyCallbackImpl::~AudioRendererConcurrencyCallbackImpl() in ~AudioRendererConcurrencyCallbackImpl()
1053 void AudioRendererConcurrencyCallbackImpl::OnConcedeStream() in OnConcedeStream()
1063 audioConcurrencyCallback_ = std::make_shared<AudioRendererConcurrencyCallbackImpl>(); in InitAudioConcurrencyCallback()