Searched refs:mSoundPool (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp61 mSoundPool(soundPool)
102 sp <Sample> sample = mSoundPool->findSample(sampleID);
H A DSoundPoolThread.h69 SoundPool* mSoundPool; member in class:android::SoundPoolThread
H A DSoundPool.cpp473 mSoundPool = soundPool;
495 int streamType = mSoundPool->streamType();
681 mSoundPool->done(this);
H A DSoundPool.h146 SoundPool* mSoundPool; member in class:android::SoundChannel
/frameworks/base/media/java/android/media/
H A DAudioService.java117 private SoundPool mSoundPool; field in class:AudioService
634 if (mSoundPool != null) {
637 mSoundPool = new SoundPool(NUM_SOUNDPOOL_CHANNELS, AudioSystem.STREAM_SYSTEM, 0);
638 if (mSoundPool == null) {
663 int sampleId = mSoundPool.load(filePath, 0);
685 if (mSoundPool == null) {
698 mSoundPool.unload(SOUND_EFFECT_FILES_MAP[effect][1]);
703 mSoundPool = null;
1201 if (mSoundPool == null) {
1217 mSoundPool
[all...]

Completed in 958 milliseconds