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

Commit a9f10322 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12212122 from 25decd11 to 24Q4-release

Change-Id: I251a7e115369cf072f68e5304cadf0f6c99c951f
parents 45ddcbb4 25decd11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -379,10 +379,10 @@ public:
        return isOutput() ? outDeviceTypes_l() : DeviceTypeSet({inDeviceType_l()});
    }

    const AudioDeviceTypeAddrVector& outDeviceTypeAddrs() const final {
    const AudioDeviceTypeAddrVector& outDeviceTypeAddrs() const final REQUIRES(mutex()) {
        return mOutDeviceTypeAddrs;
    }
    const AudioDeviceTypeAddr& inDeviceTypeAddr() const final {
    const AudioDeviceTypeAddr& inDeviceTypeAddr() const final REQUIRES(mutex()) {
        return mInDeviceTypeAddr;
    }