Searched refs:SoundDecoder (Results 1 – 6 of 6) sorted by relevance
32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority) in SoundDecoder() function in android::soundpool::SoundDecoder43 SoundDecoder::~SoundDecoder() in ~SoundDecoder()49 void SoundDecoder::quit() in quit()61 void SoundDecoder::run(int32_t id) in run()92 void SoundDecoder::loadSound(int32_t soundID) in loadSound()
29 class SoundDecoder {31 SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority);32 ~SoundDecoder();
26 class SoundDecoder; variable56 friend SoundDecoder; // calls doLoad(). variable
32 : mDecoder{std::make_unique<SoundDecoder>(this, kDecoderThreads, ANDROID_PRIORITY_NORMAL)} in SoundManager()
106 const std::unique_ptr<SoundDecoder> mDecoder; // has its own lock
116 "SoundDecoder.cpp",