Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DStream.cpp275 void Stream::play_l(const std::shared_ptr<Sound>& sound, int32_t nextStreamID, in play_l() argument
281 __func__, this, sound->getSoundID(), nextStreamID, leftVolume, rightVolume, in play_l()
375 mStreamID = nextStreamID; // prefer this to be the last, as it is an atomic sync point in play_l()