Home
last modified time | relevance | path

Searched refs:getSoundID (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/jni/soundpool/
DStream.cpp281 __func__, this, sound->getSoundID(), nextStreamID, leftVolume, rightVolume, in play_l()
299 if (mSoundID == sound->getSoundID() in play_l()
304 __func__, mAudioTrack.get(), sound->getSoundID()); in play_l()
357 __func__, mAudioTrack.get(), sound->getSoundID()); in play_l()
367 mSoundID = sound->getSoundID(); in play_l()
469 getPairStream(), mState, (int)getStreamID(), getSoundID(), mPriority, mLoop); in dump()
DSound.h66 int32_t getSoundID() const { return mSoundID; } in getSoundID() function
DStreamManager.cpp172 if (stream->getSoundID() == soundID) { in queueForPlay()
187 if (newStream == nullptr || newStream->getSoundID() != soundID) { in queueForPlay()
190 if (stream->getSoundID() == soundID) { in queueForPlay()
DStream.h120 int32_t getSoundID() const NO_THREAD_SAFETY_ANALYSIS { return mSoundID; } in getSoundID() function