/aosp12/frameworks/base/media/java/android/media/ |
H A 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
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_test.cpp | 161 Uri sound = Uri("sound"); variable 406 Uri sound = Uri("sound"); variable 423 Uri sound = Uri(""); variable 502 Uri sound = Uri("sound"); variable 519 Uri sound = Uri("sound"); variable 542 auto sound = std::make_shared<Uri>("sound"); variable 563 auto sound = std::make_shared<Uri>("sound"); variable
|
H A D | notification_flags_test.cpp | 43 NotificationConstant::FlagStatus sound =NotificationConstant::FlagStatus(1); variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_slot_filter.cpp | 47 auto sound = record->slot->GetSound(); in OnPublish() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/ |
H A D | notificationannex_fuzzer.cpp | 34 Uri sound(stringData); in DoSomethingInterestingWithMyAPI() local
|
/aosp12/frameworks/base/core/proto/android/app/ |
H A D | notification_channel.proto | 41 optional string sound = 7 [ (android.privacy).dest = DEST_EXPLICIT ]; field
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/nsd/ |
H A D | NsdServiceInfoTest.java | 150 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); in testParcel() local
|
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | SoundDecoder.cpp | 79 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run() local
|
H A D | SoundManager.cpp | 58 auto sound = std::make_shared<Sound>(soundID, fd, offset, length); in load() local
|
H A 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()
|
H A D | SoundPool.cpp | 131 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play() local
|
H A D | StreamManager.cpp | 152 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | DebugUtils.java | 65 public static void maybePlayDebugNoise(final Context context, final int sound) { in maybePlayDebugNoise()
|
/aosp12/packages/modules/Connectivity/tests/CoreTests/android/core/ |
H A D | NsdServiceInfoTest.java | 121 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); in testParcel() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/ |
H A D | publishnotification_fuzzer.cpp | 58 Notification::NotificationConstant::FlagStatus sound = in DoSomethingInterestingWithMyAPI() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | AudioAndHapticFeedbackManager.java | 93 final int sound; in performAudioFeedback() local
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
H A D | NotificationChannelManager.java | 81 Uri sound = silentRingtone; in createChannel() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/ |
H A D | publishcontinuoustasknotification_fuzzer.cpp | 58 Notification::NotificationConstant::FlagStatus sound = in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | charging_sound.cpp | 29 … explicit ChargingSoundCallBack(std::shared_ptr<Media::AudioHapticSound> sound) : sound_(sound) {} in ChargingSoundCallBack()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | SoundPreferenceControllerTest.java | 201 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/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
H A D | NotificationChannelController.java | 154 Uri sound = VoicemailNotificationSettingsUtil.getRingTonePreference(context); in migrateVoicemailNotificationSettings() local
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-settings.md | 138 ## sound section
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 530 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
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 224 void NotificationSlot::SetSound(const Uri &sound) in SetSound()
|
/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | system.proto | 114 optional SettingProto sound = 1; field
|