Searched defs:sound (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaActionSound.java | 139 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/ |
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 | 155 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()
|
D | SoundPool.cpp | 131 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play() local
|
D | StreamManager.cpp | 152 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 | 532 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
|
D | Notification.java | 483 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/ |
D | system.proto | 114 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 | 247 Uri sound = mChannel.getSound(); in calculateSound() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 1660 Uri sound = new Uri.Builder().scheme("test").build(); in testCreateChannel_noOverrideSound() local
|