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

Commit f3e15b18 authored by Liz Prucka's avatar Liz Prucka Committed by Gerrit Code Review
Browse files

Merge "Error fix from enabling Clang thread-safety checks." into main

parents cd66b598 8a738def
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -334,7 +334,9 @@ private:
            const String8& address,
            audio_output_flags_t flags) final REQUIRES(mutex());
    const DefaultKeyedVector<audio_module_handle_t, AudioHwDevice*>&
            getAudioHwDevs_l() const final REQUIRES(mutex()) { return mAudioHwDevs; }
            getAudioHwDevs_l() const final REQUIRES(mutex(), hardwareMutex()) {
              return mAudioHwDevs;
            }
    void updateDownStreamPatches_l(const struct audio_patch* patch,
            const std::set<audio_io_handle_t>& streams) final REQUIRES(mutex());
    void updateOutDevicesForRecordThreads_l(const DeviceDescriptorBaseVector& devices) final