commit | 68631eba16dd327fc374cb08463deb12f95bd132 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Mon Jul 17 14:36:08 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Mon Oct 09 14:06:43 2023 -0700 |
tree | ee469e0e945d163ab59d2a31ea3e4b605f6e95e2 | |
parent | ab9c06ffc7d088a9db18cc72e8d113c76f775ff9 [diff] [blame] |
AudioFlinger: Create PatchPanel callback Test: atest AudioTrackTest AudioRecordTest Test: Camera YouTube Bug: 291319167 Merged-In: I3b851a1b1b50edd76305957c8b91521e0cb1d23d Change-Id: I3b851a1b1b50edd76305957c8b91521e0cb1d23d
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index 034b0ea..61a543d 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -412,6 +412,7 @@ mAAudioHwBurstMinMicros = getAAudioHardwareBurstMinUsecFromSystemProperty(); } + mPatchPanel = IAfPatchPanel::create(sp<IAfPatchPanelCallback>::fromExisting(this)); mMelReporter = sp<MelReporter>::make(sp<IAfMelReporterCallback>::fromExisting(this)); }