Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h32 class OutputDeviceChangeWithInfoCallbackImpl; variable
213 std::shared_ptr<OutputDeviceChangeWithInfoCallbackImpl> outputDeviceChangeCallback_ = nullptr;
274 class OutputDeviceChangeWithInfoCallbackImpl : public DeviceChangeWithInfoCallback {
276 OutputDeviceChangeWithInfoCallbackImpl() = default;
277 virtual ~OutputDeviceChangeWithInfoCallbackImpl() = default;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp68 …std::shared_ptr<OutputDeviceChangeWithInfoCallbackImpl> outputDeviceChangeCallback = outputDeviceC… in ~AudioRendererPrivate()
294 outputDeviceChangeCallback_ = std::make_shared<OutputDeviceChangeWithInfoCallbackImpl>(); in InitOutputDeviceChangeCallback()
1545 void OutputDeviceChangeWithInfoCallbackImpl::OnDeviceChangeWithInfo( in OnDeviceChangeWithInfo()
1566 void OutputDeviceChangeWithInfoCallbackImpl::OnRecreateStreamEvent(const uint32_t sessionId, const … in OnRecreateStreamEvent()