Searched refs:getSoundID (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | Stream.cpp | 288 __func__, this, sound->getSoundID(), nextStreamID, leftVolume, rightVolume, in play_l() 306 if (mAudioTrack != nullptr && mSoundID == sound->getSoundID()) { in play_l() 311 __func__, mAudioTrack.get(), sound->getSoundID()); in play_l() 357 __func__, newTrack.get(), sound->getSoundID()); in play_l() 367 mSoundID = sound->getSoundID(); in play_l() 463 getPairStream(), mState, (int)getStreamID(), getSoundID(), mPriority, mLoop); in dump()
|
H A D | StreamManager.cpp | 171 if (stream->getSoundID() == soundID) { in queueForPlay() 186 if (newStream == nullptr || newStream->getSoundID() != soundID) { in queueForPlay() 189 if (stream->getSoundID() == soundID) { in queueForPlay()
|
H A D | Sound.h | 66 int32_t getSoundID() const { return mSoundID; } in getSoundID() function
|
H A D | Stream.h | 118 int32_t getSoundID() const NO_THREAD_SAFETY_ANALYSIS { return mSoundID; } in alignas()
|