Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f35627d authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Automerger Merge Worker
Browse files

Merge "Add HwModule::getRoutes method" am: 6100fd64 am: 15f4bff5 am: 8ee0b8ef am: ee0c1770

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1897863

Change-Id: Ie1317fc6c741dd44d0e8993ee7bba6917ab40bb2
parents ebaaeedf ee0c1770
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public:

    sp<DeviceDescriptor> getRouteSinkDevice(const sp<AudioRoute> &route) const;
    DeviceVector getRouteSourceDevices(const sp<AudioRoute> &route) const;
    const AudioRouteVector& getRoutes() const { return mRoutes; }
    void setRoutes(const AudioRouteVector &routes);

    status_t addOutputProfile(const sp<IOProfile> &profile);