Searched refs:InputDeviceChangeWithInfoCallbackImpl (Results 1 – 2 of 2) sorted by relevance
32 class InputDeviceChangeWithInfoCallbackImpl; variable138 std::shared_ptr<InputDeviceChangeWithInfoCallbackImpl> inputDeviceChangeCallback_ = nullptr;222 class InputDeviceChangeWithInfoCallbackImpl : public DeviceChangeWithInfoCallback {224 InputDeviceChangeWithInfoCallbackImpl() = default;226 virtual ~InputDeviceChangeWithInfoCallbackImpl() = default;
53 …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()