Searched defs:sound (Results  1 – 14 of 14) sorted by relevance
| /frameworks/base/media/java/android/media/ | 
| D | MediaActionSound.java | 163     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/ | 
| D | notification_channel.proto | 41     optional string sound = 7 [ (android.privacy).dest = DEST_EXPLICIT ];  field
  | 
| /frameworks/base/media/jni/soundpool/ | 
| D | SoundDecoder.cpp | 79         std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID);  in run()  local
  | 
| D | SoundManager.cpp | 58         auto sound = std::make_shared<Sound>(soundID, fd, offset, length);  in load()  local
  | 
| D | Stream.cpp | 156         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()
  | 
| D | SoundPool.cpp | 132     const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID);  in play()  local
  | 
| D | StreamManager.cpp | 155 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound,  in queueForPlay()
  | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ | 
| D | NotificationChannelController.java | 154         Uri sound = VoicemailNotificationSettingsUtil.getRingTonePreference(context);  in migrateVoicemailNotificationSettings()  local
  | 
| /frameworks/base/core/java/android/app/ | 
| D | NotificationChannel.java | 544     public void setSound(Uri sound, AudioAttributes audioAttributes) {  in setSound() 964         Uri sound = safeUri(parser, ATT_SOUND);  in populateFromXml()  local 1105         Uri sound = getSound();  in getSoundForBackup()  local 1141         Uri sound = forBackup ? getSoundForBackup(context) : getSound();  in writeXml()  local
  | 
| D | Notification.java | 489     public Uri sound;  field in Notification 4636         public Builder setSound(Uri sound) {  in setSound() 4650         public Builder setSound(Uri sound, int streamType) {  in setSound() 4665         public Builder setSound(Uri sound, AudioAttributes audioAttributes) {  in setSound()
  | 
| /frameworks/base/core/proto/android/providers/settings/ | 
| D | system.proto | 115         optional SettingProto sound = 1;  field
  | 
| /frameworks/base/core/proto/android/service/ | 
| D | notification.proto | 63     optional string sound = 5 [ (.android.privacy).dest = DEST_EXPLICIT ];  field
  | 
| /frameworks/base/services/core/java/com/android/server/notification/ | 
| D | NotificationRecord.java | 264         Uri sound = mChannel.getSound();  in calculateSound()  local
  | 
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ | 
| D | PreferencesHelperTest.java | 2693         Uri sound = new Uri.Builder().scheme("test").build();  in testCreateChannel_noOverrideSound()  local
  |