Searched refs:getSoundID (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/jni/soundpool/ |
D | Stream.cpp | 281 __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()
|
D | Sound.h | 66 int32_t getSoundID() const { return mSoundID; } in getSoundID() function
|
D | StreamManager.cpp | 172 if (stream->getSoundID() == soundID) { in queueForPlay() 187 if (newStream == nullptr || newStream->getSoundID() != soundID) { in queueForPlay() 190 if (stream->getSoundID() == soundID) { in queueForPlay()
|
D | Stream.h | 120 int32_t getSoundID() const NO_THREAD_SAFETY_ANALYSIS { return mSoundID; } in getSoundID() function
|