Home
last modified time | relevance | path

Searched refs:soundManager (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp32 SoundDecoder::SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority) in SoundDecoder() argument
33 : mSoundManager(soundManager) in SoundDecoder()
35 ALOGV("%s(%p, %zu)", __func__, soundManager, threads); in SoundDecoder()
DSoundDecoder.h31 SoundDecoder(SoundManager* soundManager, size_t threads, int32_t threadPriority);