Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java348 } else if (n.audioStreamType >= 0 in calculateAttributes()
349 && n.audioStreamType < AudioSystem.getNumStreamTypes()) { in calculateAttributes()
352 .setInternalLegacyStreamType(n.audioStreamType) in calculateAttributes()
354 } else if (n.audioStreamType != AudioSystem.STREAM_DEFAULT) { in calculateAttributes()
355 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in calculateAttributes()
525 pw.println(prefix + "n.audioStreamType=" + notification.audioStreamType); in dump()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java509 public int audioStreamType = STREAM_DEFAULT; field in Notification
2637 audioStreamType = parcel.readInt(); in readFromParcelImpl()
2747 that.audioStreamType = this.audioStreamType; in cloneInto()
3145 parcel.writeInt(audioStreamType); in writeToParcelImpl()
4653 mN.audioStreamType = streamType; in setSound()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp4023 AudioStreamType audioStreamType = static_cast<AudioStreamType>( in getAvStreamType() local
4025 if (audioStreamType != AudioStreamType::UNDEFINED) { in getAvStreamType()
4026 type.set<AvStreamType::Tag::audio>(audioStreamType); in getAvStreamType()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6318 field @Deprecated public int audioStreamType;