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

Commit 896be7f1 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "Add invalidateTracks for IAfMmapThread" into main am: ed9fe13e am: f51e0bb5

parents b56de376 f51e0bb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -687,6 +687,9 @@ public:
    virtual void invalidateTracks(std::set<audio_port_handle_t>& portIds)
            EXCLUDES_ThreadBase_Mutex = 0;

    virtual void invalidateTracks(audio_stream_type_t streamType)
            EXCLUDES_ThreadBase_Mutex = 0;

    // Sets the UID records silence - TODO(b/291317898)  move to IAfMmapCaptureThread
    virtual void setRecordSilenced(audio_port_handle_t portId, bool silenced)
            EXCLUDES_ThreadBase_Mutex = 0;