Home
last modified time | relevance | path

Searched refs:soundpool (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPool.cpp132 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play()
133 if (sound == nullptr || sound->getState() != soundpool::Sound::READY) { in play()
149 mStreamManager.forEach([](soundpool::Stream *stream) { stream->autoPause(); }); in autoPause()
156 mStreamManager.forEach([](soundpool::Stream *stream) { stream->autoResume(); }); in autoResume()
163 mStreamManager.forEach([=](soundpool::Stream *stream) { stream->mute(muting); }); in mute()
170 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in pause()
179 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in resume()
188 soundpool::Stream* stream = mStreamManager.findStream(streamID); in stop()
199 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in setVolume()
209 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in setPriority()
[all …]
DSoundPool.h64 soundpool::SoundManager mSoundManager;
65 soundpool::StreamManager mStreamManager;
DSoundDecoder.h24 namespace android::soundpool {
DSound.h24 namespace android::soundpool {
DSoundManager.cpp27 namespace android::soundpool { namespace
DSoundManager.h46 namespace android::soundpool {
DSoundDecoder.cpp23 namespace android::soundpool { namespace
DStream.h26 namespace android::soundpool {
DSound.cpp27 namespace android::soundpool { namespace
DStreamManager.h33 namespace android::soundpool {
DStream.cpp27 namespace android::soundpool { namespace
DStreamManager.cpp26 namespace android::soundpool { namespace