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

This commit is contained in:
Philip Cuadra
2016-04-13 17:23:35 +00:00
committed by Android (Google) Code Review

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