Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A 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
/aosp14/frameworks/base/core/proto/android/app/
H A Dnotification_channel.proto41 optional string sound = 7 [ (android.privacy).dest = DEST_EXPLICIT ]; field
/aosp14/frameworks/base/media/jni/soundpool/
H A DSoundDecoder.cpp79 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run() local
H A DSoundManager.cpp58 auto sound = std::make_shared<Sound>(soundID, fd, offset, length); in load() local
H A 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()
H A DSoundPool.cpp132 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play() local
H A DStreamManager.cpp155 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java544 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
H A DNotification.java489 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()
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto115 optional SettingProto sound = 1; field
/aosp14/frameworks/base/core/proto/android/service/
H A Dnotification.proto63 optional string sound = 5 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java264 Uri sound = mChannel.getSound(); in calculateSound() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2693 Uri sound = new Uri.Builder().scheme("test").build(); in testCreateChannel_noOverrideSound() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...