Searched refs:soundpool (Results 1 – 12 of 12) sorted by relevance
132 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 …]
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
26 namespace android::soundpool {
33 namespace android::soundpool {
26 namespace android::soundpool { namespace