Loading media/jni/soundpool/SoundPool.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ void SoundPool::quit() bool SoundPool::startThreads() { createThreadEtc(beginThread, this, "SoundPoolThread"); createThreadEtc(beginThread, this, "SoundPool"); if (mDecodeThread == NULL) mDecodeThread = new SoundPoolThread(this); return mDecodeThread != NULL; Loading Loading @@ -827,4 +827,3 @@ void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, } } // end namespace android media/jni/soundpool/SoundPoolThread.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ SoundPoolThread::SoundPoolThread(SoundPool* soundPool) : mSoundPool(soundPool) { mMsgQueue.setCapacity(maxMessages); if (createThread(beginThread, this)) { if (createThreadEtc(beginThread, this, "SoundPoolThread")) { mRunning = true; } } Loading Loading
media/jni/soundpool/SoundPool.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ void SoundPool::quit() bool SoundPool::startThreads() { createThreadEtc(beginThread, this, "SoundPoolThread"); createThreadEtc(beginThread, this, "SoundPool"); if (mDecodeThread == NULL) mDecodeThread = new SoundPoolThread(this); return mDecodeThread != NULL; Loading Loading @@ -827,4 +827,3 @@ void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, } } // end namespace android
media/jni/soundpool/SoundPoolThread.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ SoundPoolThread::SoundPoolThread(SoundPool* soundPool) : mSoundPool(soundPool) { mMsgQueue.setCapacity(maxMessages); if (createThread(beginThread, this)) { if (createThreadEtc(beginThread, this, "SoundPoolThread")) { mRunning = true; } } Loading