Searched refs:OutputDeviceChangeWithInfoCallbackImpl (Results 1 – 2 of 2) sorted by relevance
32 class OutputDeviceChangeWithInfoCallbackImpl; variable213 std::shared_ptr<OutputDeviceChangeWithInfoCallbackImpl> outputDeviceChangeCallback_ = nullptr;274 class OutputDeviceChangeWithInfoCallbackImpl : public DeviceChangeWithInfoCallback {276 OutputDeviceChangeWithInfoCallbackImpl() = default;277 virtual ~OutputDeviceChangeWithInfoCallbackImpl() = default;
68 …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()