Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/jni/soundpool/
H A DStream.cpp108 if (mAudioTrack != nullptr && mSound != nullptr) { 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()
[all …]
H A DStream.h120 bool hasSound() const NO_THREAD_SAFETY_ANALYSIS { return mSound.get() != nullptr; } in alignas()
144 std::shared_ptr<Sound> mSound GUARDED_BY(mLock); // Non-null if playing. in alignas()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java240 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel
305 mSound = Uri.CREATOR.createFromParcel(in); in NotificationChannel()
307 mSound = null; in NotificationChannel()
357 if (mSound != null) { in writeToParcel()
359 mSound.writeToParcel(dest, 0); in writeToParcel()
531 this.mSound = sound; in setSound()
714 return mSound; in getSound()
1311 + ", mSound=" + mSound in getFieldsString()
1344 if (mSound != null) { in dumpDebug()
1345 proto.write(NotificationChannelProto.SOUND, mSound.toString()); in dumpDebug()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java161 private Uri mSound; field in NotificationRecord
223 mSound = calculateSound(); in NotificationRecord()
380 stats.isNoisy = mSound != null || mVibration != null; in calculateInitialImportance()
513 pw.println(prefix + "mSound= " + mSound); in dump()
1096 return mSound; in getSound()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8015 Landroid/app/NotificationChannel;->mSound:Landroid/net/Uri;