Home
last modified time | relevance | path

Searched defs:sound (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaActionSound.java163 private int loadSound(SoundState sound) { in loadSound()
192 SoundState sound = mSounds[soundName]; in load() local
242 SoundState sound = mSounds[soundName]; in play() local
/frameworks/base/core/proto/android/app/
Dnotification_channel.proto41 optional string sound = 7 [ (android.privacy).dest = DEST_EXPLICIT ]; field
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp80 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run() local
DSoundManager.cpp58 auto sound = std::make_shared<Sound>(soundID, fd, offset, length); in load() local
DStream.cpp156 int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID, in setPlay()
275 void Stream::play_l(const std::shared_ptr<Sound>& sound, int32_t nextStreamID, in play_l()
DSoundPool.cpp135 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play() local
DStreamManager.cpp155 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java154 Uri sound = VoicemailNotificationSettingsUtil.getRingTonePreference(context); in migrateVoicemailNotificationSettings() local
/frameworks/base/core/java/android/app/
DNotificationChannel.java701 public void setSound(Uri sound, AudioAttributes audioAttributes) { in setSound()
1246 Uri sound = safeUri(parser, ATT_SOUND); in populateFromXml() local
1401 Uri sound = getSound(); in getSoundForBackup() local
1442 Uri sound = forBackup ? getSoundForBackup(context) : getSound(); in writeXml() local
DNotification.java513 public Uri sound; field in Notification
5311 public Builder setSound(Uri sound) { in setSound()
5325 public Builder setSound(Uri sound, int streamType) { in setSound()
5340 public Builder setSound(Uri sound, AudioAttributes audioAttributes) { in setSound()
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto116 optional SettingProto sound = 1; field
/frameworks/base/core/proto/android/service/
Dnotification.proto63 optional string sound = 5 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java280 Uri sound = mChannel.getSound(); in calculateSound() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3253 Uri sound = new Uri.Builder().scheme("test").build(); in testCreateChannel_noOverrideSound() local