Lines Matching refs:mSound
107 if (mAudioTrack != nullptr && mSound != nullptr) { in setRate()
108 const auto sampleRate = (uint32_t)lround(double(mSound->getSampleRate()) * rate); in setRate()
143 if (mAudioTrack != nullptr && mSound != nullptr) { in setLoop()
144 const uint32_t loopEnd = mSound->getSizeInBytes() / mSound->getChannelCount() / in setLoop()
145 (mSound->getFormat() == AUDIO_FORMAT_PCM_16_BIT in setLoop()
160 mSound = sound; in setPlay()
210 mSound.reset(); in stop_l()
242 if (pairStream->mSound == nullptr) { in playPairStream()
255 mSound.reset(); in playPairStream()
260 pairStream->play_l(pairStream->mSound, pairStream->mStreamID, in playPairStream()
359 mSound = sound; in play_l()
378 mSound.reset(); in play_l()