Searched refs:SoundPoolThread (Results 1 – 5 of 5) sorted by relevance
25 void SoundPoolThread::write(SoundPoolMsg msg) { in write()38 const SoundPoolMsg SoundPoolThread::read() { in read()49 void SoundPoolThread::quit() { in quit()61 SoundPoolThread::SoundPoolThread(SoundPool* soundPool) : in SoundPoolThread() function in android::SoundPoolThread70 SoundPoolThread::~SoundPoolThread() in ~SoundPoolThread()75 int SoundPoolThread::beginThread(void* arg) { in beginThread()77 SoundPoolThread* soundPoolThread = (SoundPoolThread*)arg; in beginThread()81 int SoundPoolThread::run() { in run()101 void SoundPoolThread::loadSample(int sampleID) { in loadSample()105 void SoundPoolThread::doLoadSample(int sampleID) { in doLoadSample()
41 class SoundPoolThread {43 SoundPoolThread(SoundPool* SoundPool);44 ~SoundPoolThread();
49 SoundPoolThread.cpp
182 mDecodeThread = new SoundPoolThread(this); in startThreads()
32 class SoundPoolThread; variable162 friend class SoundPoolThread; variable216 SoundPoolThread* mDecodeThread;