Home
last modified time | relevance | path

Searched refs:StreamCommonInterface (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamSwitcher.h81 class StreamCommonInterfaceEx : virtual public StreamCommonInterface {
103 class StreamSwitcher : virtual public StreamCommonInterface {
125 const std::shared_ptr<StreamCommonInterface>& delegate) override;
DStream.h298 struct StreamCommonInterface { struct
306 virtual ~StreamCommonInterface() = default; argument
331 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;
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp158 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()
172 const StreamCommonInterface::ConnectedDevices& StreamSwitcher::getConnectedDevices() const { in getConnectedDevices()
DStream.cpp657 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()