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 explicit SoundPoolThread(SoundPool* SoundPool);44 ~SoundPoolThread();
34 class SoundPoolThread; variable165 friend class SoundPoolThread; variable218 SoundPoolThread* mDecodeThread;
7 "SoundPoolThread.cpp",
184 mDecodeThread = new SoundPoolThread(this); in startThreads()