Lines Matching refs:mSound
108 if (mAudioTrack != nullptr && mSound != nullptr) { in setRate()
109 const auto sampleRate = (uint32_t)lround(double(mSound->getSampleRate()) * rate); in setRate()
144 if (mAudioTrack != nullptr && mSound != nullptr) { in setLoop()
145 const uint32_t loopEnd = mSound->getSizeInBytes() / mSound->getChannelCount() / in setLoop()
146 (mSound->getFormat() == AUDIO_FORMAT_PCM_16_BIT in setLoop()
161 mSound = sound; in setPlay()
211 mSound.reset(); in stop_l()
243 if (pairStream->mSound == nullptr) { in playPairStream()
256 mSound.reset(); in playPairStream()
261 pairStream->play_l(pairStream->mSound, pairStream->mStreamID, in playPairStream()
366 mSound = sound; in play_l()
385 mSound.reset(); in play_l()