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

Commit b083af37 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge changes from topic "modernize mediasyncevent" am: 12a7ed2f am:...

Merge changes from topic "modernize mediasyncevent" am: 12a7ed2f am: 52d6f0e9 am: 3e17f76b am: 8d62670e

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



Change-Id: Ia1fba2649f16b9f387a50bee44bd9f868eb80c8e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 45cd1798 8d62670e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4007,7 +4007,7 @@ void AudioFlinger::updateSecondaryOutputsForTrack_l(
sp<audioflinger::SyncEvent> AudioFlinger::createSyncEvent(AudioSystem::sync_event_t type,
                                    audio_session_t triggerSession,
                                    audio_session_t listenerSession,
                                    audioflinger::SyncEventCallback callBack,
                                    const audioflinger::SyncEventCallback& callBack,
                                    const wp<RefBase>& cookie)
{
    Mutex::Autolock _l(mLock);
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ public:
    sp<audioflinger::SyncEvent> createSyncEvent(AudioSystem::sync_event_t type,
                                        audio_session_t triggerSession,
                                        audio_session_t listenerSession,
                                        audioflinger::SyncEventCallback callBack,
                                        const audioflinger::SyncEventCallback& callBack,
                                        const wp<RefBase>& cookie);

    bool        btNrecIsOff() const { return mBtNrecIsOff.load(); }