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 …]
122 bool hasSound() const NO_THREAD_SAFETY_ANALYSIS { return mSound.get() != nullptr; } in hasSound()174 std::shared_ptr<Sound> mSound GUARDED_BY(mLock); // Non-null if playing.
245 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel309 mSound = Uri.CREATOR.createFromParcel(in); in NotificationChannel()310 mSound = Uri.parse(getTrimmedString(mSound.toString())); in NotificationChannel()312 mSound = null; in NotificationChannel()365 if (mSound != null) { in writeToParcel()367 mSound.writeToParcel(dest, 0); in writeToParcel()537 this.mSound = sound; in setSound()720 return mSound; in getSound()1300 + ", mSound=" + mSound in getFieldsString()1332 if (mSound != null) { in dumpDebug()[all …]
165 private Uri mSound; field in NotificationRecord233 mSound = calculateSound(); in NotificationRecord()390 stats.isNoisy = mSound != null || mVibration != null; in calculateInitialImportance()527 pw.println(prefix + "mSound= " + mSound); in dump()1147 return mSound; in getSound()1413 mSound = Settings.System.DEFAULT_NOTIFICATION_URI; in visitGrantableUri()
8015 Landroid/app/NotificationChannel;->mSound:Landroid/net/Uri;