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:
@@ -47,7 +47,7 @@ public:
|
|||||||
void write(SoundPoolMsg msg);
|
void write(SoundPoolMsg msg);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static const size_t maxMessages = 5;
|
static const size_t maxMessages = 128;
|
||||||
|
|
||||||
static int beginThread(void* arg);
|
static int beginThread(void* arg);
|
||||||
int run();
|
int run();
|
||||||
|
|||||||
Reference in New Issue
Block a user