Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/jni/soundpool/
H A DStream.cpp288 __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 DStreamManager.cpp171 if (stream->getSoundID() == soundID) { in queueForPlay()
186 if (newStream == nullptr || newStream->getSoundID() != soundID) { in queueForPlay()
189 if (stream->getSoundID() == soundID) { in queueForPlay()
H A DSound.h66 int32_t getSoundID() const { return mSoundID; } in getSoundID() function
H A DStream.h118 int32_t getSoundID() const NO_THREAD_SAFETY_ANALYSIS { return mSoundID; } in alignas()