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

Commit e7c8b947 authored by Philip Cuadra's avatar Philip Cuadra Committed by android-build-merger
Browse files

Merge "Increase the SoundPoolThread queue size to 128 entries." into nyc-dev

am: a6dea121

* commit 'a6dea121':
  Increase the SoundPoolThread queue size to 128 entries.

Change-Id: Icfa989ea5ec3e62c6a27ab2a4b3af123fb7bf1f1
parents d3473ffd a6dea121
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public:
    void write(SoundPoolMsg msg);

private:
    static const size_t maxMessages = 5;
    static const size_t maxMessages = 128;

    static int beginThread(void* arg);
    int run();