Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaActionSound.java139 private int loadSound(SoundState sound) { in loadSound()
168 SoundState sound = mSounds[soundName]; in load() local
218 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.cpp79 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.cpp155 int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID, in setPlay()
276 void Stream::play_l(const std::shared_ptr<Sound>& sound, int32_t nextStreamID, in play_l()
DSoundPool.cpp131 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play() local
DStreamManager.cpp152 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.java532 public void setSound(Uri sound, AudioAttributes audioAttributes) { in setSound()
972 Uri sound = safeUri(parser, ATT_SOUND); in populateFromXml() local
1033 Uri sound = getSound(); in getSoundForBackup() local
1069 Uri sound = forBackup ? getSoundForBackup(context) : getSound(); in writeXml() local
DNotification.java483 public Uri sound; field in Notification
4473 public Builder setSound(Uri sound) { in setSound()
4487 public Builder setSound(Uri sound, int streamType) { in setSound()
4502 public Builder setSound(Uri sound, AudioAttributes audioAttributes) { in setSound()
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto114 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.java247 Uri sound = mChannel.getSound(); in calculateSound() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1660 Uri sound = new Uri.Builder().scheme("test").build(); in testCreateChannel_noOverrideSound() local