Searched refs:StreamCommonInterface (Results 1 – 4 of 4) sorted by relevance
81 class StreamCommonInterfaceEx : virtual public StreamCommonInterface {103 class StreamSwitcher : virtual public StreamCommonInterface {125 const std::shared_ptr<StreamCommonInterface>& delegate) override;
298 struct StreamCommonInterface { struct306 virtual ~StreamCommonInterface() = default; argument331 const std::shared_ptr<StreamCommonInterface>& delegate) = 0;347 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator()395 std::weak_ptr<StreamCommonInterface> mDelegate;402 class StreamCommonImpl : virtual public StreamCommonInterface, virtual public DriverInterface {431 const std::shared_ptr<StreamCommonInterface>& delegate) override;464 class StreamIn : virtual public StreamCommonInterface, public BnStreamIn {505 class StreamOut : virtual public StreamCommonInterface, public BnStreamOut {598 std::weak_ptr<StreamCommonInterface> mStream;
158 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()172 const StreamCommonInterface::ConnectedDevices& StreamSwitcher::getConnectedDevices() const { in getConnectedDevices()
657 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()