Searched refs:mSound (Results 1 – 5 of 5) sorted by relevance
109 if (mAudioTrack != nullptr && mSound != nullptr) { in setRate()110 const auto sampleRate = (uint32_t)lround(double(mSound->getSampleRate()) * rate); in setRate()145 if (mAudioTrack != nullptr && mSound != nullptr) { in setLoop()146 const uint32_t loopEnd = mSound->getSizeInBytes() / mSound->getChannelCount() / in setLoop()147 (mSound->getFormat() == AUDIO_FORMAT_PCM_16_BIT in setLoop()162 mSound = sound; in setPlay()212 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()[all …]
123 bool hasSound() const NO_THREAD_SAFETY_ANALYSIS { return mSound.get() != nullptr; } in hasSound()175 std::shared_ptr<Sound> mSound GUARDED_BY(mLock); // Non-null if playing.
259 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel329 mSound = Uri.CREATOR.createFromParcel(in); in NotificationChannel()330 mSound = Uri.parse(getTrimmedString(mSound.toString())); in NotificationChannel()332 mSound = null; in NotificationChannel()389 if (mSound != null) { in writeToParcel()391 mSound.writeToParcel(dest, 0); in writeToParcel()442 copy.setSound(mSound, mAudioAttributes); in copy()609 this.mSound = sound; in setSound()844 return mSound; in getSound()1594 + ", mSound=" + mSound in getFieldsString()[all …]
173 private Uri mSound; field in NotificationRecord243 mSound = calculateSound(); in NotificationRecord()412 stats.isNoisy = mSound != null || mVibration != null; in calculateInitialImportance()549 pw.println(prefix + "mSound= " + mSound); in dump()1198 return mSound; in getSound()1497 mSound = Settings.System.DEFAULT_NOTIFICATION_URI; in visitGrantableUri()
8015 Landroid/app/NotificationChannel;->mSound:Landroid/net/Uri;