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

Commit 1eae3ab3 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4378450 from 7b7f4e0f to oc-mr1-release

Change-Id: Ia78c9ddfd2bd2814fd70eeced1bda1eb96c6b565
parents 8edbbda2 7b7f4e0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ static int sFastTrackMultiplier = kFastTrackMultiplier;
// Initially this heap is used to allocate client buffers for "fast" AudioRecord.
// Eventually it will be the single buffer that FastCapture writes into via HAL read(),
// and that all "fast" AudioRecord clients read from.  In either case, the size can be small.
static const size_t kRecordThreadReadOnlyHeapSize = 0x2000;
static const size_t kRecordThreadReadOnlyHeapSize = 0x4000;

// ----------------------------------------------------------------------------