Home
last modified time | relevance | path

Searched refs:audioStreamType (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/shared/
DAudioManagerEventsReceiver.kt94 val audioStreamType: Int = in toAudioManagerEvent() constant
96 if (audioStreamType == AudioManager.ERROR) { in toAudioManagerEvent()
103 val audioStream = AudioStream(audioStreamType) in toAudioManagerEvent()
/frameworks/base/media/java/android/media/tv/tuner/filter/
DAvSettings.java232 private AvSettings(int mainType, boolean isAudio, boolean isPassthrough, int audioStreamType, in AvSettings() argument
240 mAudioStreamType = audioStreamType; in AvSettings()
327 public Builder setAudioStreamType(@AudioStreamType int audioStreamType) { in setAudioStreamType() argument
330 mAudioStreamType = audioStreamType; in setAudioStreamType()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java367 } else if (n.audioStreamType >= 0 in calculateAttributes()
368 && n.audioStreamType < AudioSystem.getNumStreamTypes()) { in calculateAttributes()
371 .setInternalLegacyStreamType(n.audioStreamType) in calculateAttributes()
373 } else if (n.audioStreamType != AudioSystem.STREAM_DEFAULT) { in calculateAttributes()
374 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in calculateAttributes()
543 pw.println(prefix + "n.audioStreamType=" + notification.audioStreamType); in dump()
/frameworks/base/core/java/android/app/
DNotification.java529 public int audioStreamType = STREAM_DEFAULT; field in Notification
2725 audioStreamType = parcel.readInt(); in readFromParcelImpl()
2835 that.audioStreamType = this.audioStreamType; in cloneInto()
3413 parcel.writeInt(audioStreamType); in writeToParcelImpl()
5141 mN.audioStreamType = streamType; in setSound()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp4047 AudioStreamType audioStreamType = static_cast<AudioStreamType>( in getAvStreamType() local
4049 if (audioStreamType != AudioStreamType::UNDEFINED) { in getAvStreamType()
4050 type.set<AvStreamType::Tag::audio>(audioStreamType); in getAvStreamType()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java14448 parcel.writeInt(notif.audioStreamType);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4625 field public deprecated int audioStreamType;
/frameworks/base/core/api/
Dcurrent.txt6513 field @Deprecated public int audioStreamType;