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

Commit b6d357a1 authored by Lucas Gates's avatar Lucas Gates Committed by Android (Google) Code Review
Browse files

Merge "Tuner HAL Remove Outdated Filter Buffer Comment"

parents cc5daf4a ee301e5d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -50,8 +50,7 @@ using ::android::AidlMessageQueue;
using ::android::hardware::EventFlag;

using FilterMQ = AidlMessageQueue<int8_t, SynchronizedReadWrite>;
// Large buffer size can lead to sudden crashes due to being de-allocated
// by the memory management system. Change the buffer size when needed.

const uint32_t BUFFER_SIZE = 0x800000;  // 8 MB

class Demux;