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

Commit 2afa8bee 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

am: e7c8b947

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

Change-Id: Ice9fc77d1f9bdb2cf31e6027b6c3f03b2121b8eb
parents 9f9ad32f e7c8b947
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();