Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A 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
/aosp12/frameworks/base/core/proto/android/app/
H A Dnotification_channel.proto41 optional string sound = 7 [ (android.privacy).dest = DEST_EXPLICIT ]; field
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DDebugUtils.java65 public static void maybePlayDebugNoise(final Context context, final int sound) { in maybePlayDebugNoise()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
H A DNsdServiceInfoTest.java150 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); in testParcel() local
/aosp12/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.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()
H A DSoundPool.cpp131 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play() local
H A DStreamManager.cpp152 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay()
/aosp12/packages/modules/Connectivity/tests/CoreTests/android/core/
H A DNsdServiceInfoTest.java121 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); in testParcel() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DSoundPreferenceControllerTest.java201 Uri sound = Settings.System.DEFAULT_ALARM_ALERT_URI; in testUpdateState_configurable() local
218 Uri sound = Settings.System.DEFAULT_ALARM_ALERT_URI; in testOnPreferenceChange() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DAudioAndHapticFeedbackManager.java93 final int sound; in performAudioFeedback() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DNotificationChannelManager.java81 Uri sound = silentRingtone; in createChannel() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DNotificationChannelController.java154 Uri sound = VoicemailNotificationSettingsUtil.getRingTonePreference(context); in migrateVoicemailNotificationSettings() local
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java530 public void setSound(Uri sound, AudioAttributes audioAttributes) { in setSound()
963 Uri sound = safeUri(parser, ATT_SOUND); in populateFromXml() local
1023 Uri sound = getSound(); in getSoundForBackup() local
1059 Uri sound = forBackup ? getSoundForBackup(context) : getSound(); in writeXml() local
H A DNotification.java483 public Uri sound; field in Notification
4481 public Builder setSound(Uri sound) { in setSound()
4495 public Builder setSound(Uri sound, int streamType) { in setSound()
4510 public Builder setSound(Uri sound, AudioAttributes audioAttributes) { in setSound()
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto114 optional SettingProto sound = 1; field
/aosp12/frameworks/base/core/proto/android/service/
H A Dnotification.proto63 optional string sound = 5 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java251 Uri sound = mChannel.getSound(); in calculateSound() local
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1041 public void playSound(int sound) { in playSound()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1652 Uri sound = new Uri.Builder().scheme("test").build(); in testCreateChannel_noOverrideSound() local
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...