Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h32 class InputDeviceChangeWithInfoCallbackImpl; variable
138 std::shared_ptr<InputDeviceChangeWithInfoCallbackImpl> inputDeviceChangeCallback_ = nullptr;
222 class InputDeviceChangeWithInfoCallbackImpl : public DeviceChangeWithInfoCallback {
224 InputDeviceChangeWithInfoCallbackImpl() = default;
226 virtual ~InputDeviceChangeWithInfoCallbackImpl() = default;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp53 …std::shared_ptr<InputDeviceChangeWithInfoCallbackImpl> inputDeviceChangeCallback = inputDeviceChan… in ~AudioCapturerPrivate()
308 inputDeviceChangeCallback_ = std::make_shared<InputDeviceChangeWithInfoCallbackImpl>(); in InitInputDeviceChangeCallback()
1411 void InputDeviceChangeWithInfoCallbackImpl::OnDeviceChangeWithInfo( in OnDeviceChangeWithInfo()
1417 void InputDeviceChangeWithInfoCallbackImpl::OnRecreateStreamEvent(const uint32_t sessionId, const i… in OnRecreateStreamEvent()