Searched refs:soundpool (Results 1 – 12 of 12) sorted by relevance
131 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play()132 if (sound == nullptr || sound->getState() != soundpool::Sound::READY) { in play()147 mStreamManager.forEach([](soundpool::Stream *stream) { stream->autoPause(); }); in autoPause()154 mStreamManager.forEach([](soundpool::Stream *stream) { stream->autoResume(); }); in autoResume()168 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in pause()177 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in resume()186 soundpool::Stream* stream = mStreamManager.findStream(streamID); in stop()197 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in setVolume()207 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in setPriority()217 if (soundpool::Stream* stream = mStreamManager.findStream(streamID)) { in setLoop()[all …]
64 soundpool::SoundManager mSoundManager;65 soundpool::StreamManager mStreamManager;
24 namespace android::soundpool {
27 namespace android::soundpool { namespace
46 namespace android::soundpool {
23 namespace android::soundpool { namespace
25 namespace android::soundpool {
33 namespace android::soundpool {
26 namespace android::soundpool { namespace