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

am: e7c8b94

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

Change-Id: Ice9fc77d1f9bdb2cf31e6027b6c3f03b2121b8eb
This commit is contained in:
Philip Cuadra
2016-04-13 17:32:41 +00:00
committed by android-build-merger

View File

@@ -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();