Loading media/jni/soundpool/SoundPool.h +0 −4 Original line number Diff line number Diff line Loading @@ -186,9 +186,6 @@ private: SoundPool() {} // no default constructor bool startThreads(); void doLoad(sp<Sample>& sample); inline void notify(const SoundPoolEvent* event) { android_soundpool_SoundPool_notify(mSoundPoolRef, event); } sp<Sample> findSample(int sampleID) { return mSamples.valueFor(sampleID); } SoundChannel* findChannel (int channelID); SoundChannel* findNextChannel (int channelID); Loading @@ -202,7 +199,6 @@ private: int run(); void quit(); jobject mSoundPoolRef; Mutex mLock; Mutex mRestartLock; Condition mCondition; Loading Loading
media/jni/soundpool/SoundPool.h +0 −4 Original line number Diff line number Diff line Loading @@ -186,9 +186,6 @@ private: SoundPool() {} // no default constructor bool startThreads(); void doLoad(sp<Sample>& sample); inline void notify(const SoundPoolEvent* event) { android_soundpool_SoundPool_notify(mSoundPoolRef, event); } sp<Sample> findSample(int sampleID) { return mSamples.valueFor(sampleID); } SoundChannel* findChannel (int channelID); SoundChannel* findNextChannel (int channelID); Loading @@ -202,7 +199,6 @@ private: int run(); void quit(); jobject mSoundPoolRef; Mutex mLock; Mutex mRestartLock; Condition mCondition; Loading