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

am: a6dea12

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

Change-Id: Icfa989ea5ec3e62c6a27ab2a4b3af123fb7bf1f1
This commit is contained in:
Philip Cuadra
2016-04-13 17:28:35 +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();