Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DAvSettings.java181 int audioStreamType, int videoStreamType) { in AvSettings() argument
188 mAudioStreamType = audioStreamType; in AvSettings()
259 public Builder setAudioStreamType(@AudioStreamType int audioStreamType) { in setAudioStreamType() argument
262 mAudioStreamType = audioStreamType; in setAudioStreamType()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java169 } else if (n.audioStreamType >= 0) { in calculateAudioAttributes()
172 .setLegacyStreamType(n.audioStreamType) in calculateAudioAttributes()
175 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in calculateAudioAttributes()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java335 } else if (n.audioStreamType >= 0 in calculateAttributes()
336 && n.audioStreamType < AudioSystem.getNumStreamTypes()) { in calculateAttributes()
339 .setInternalLegacyStreamType(n.audioStreamType) in calculateAttributes()
341 } else if (n.audioStreamType != AudioSystem.STREAM_DEFAULT) { in calculateAttributes()
342 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in calculateAttributes()
507 pw.println(prefix + "n.audioStreamType=" + notification.audioStreamType); in dump()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DTunerChannel.java367 for (Channel.AudioStreamType audioStreamType : audioStreamTypes) { in getAudioStreamTypes()
368 audioStreamTypesValues.add(audioStreamType.getNumber()); in getAudioStreamTypes()
/aosp12/hardware/interfaces/audio/common/7.0/
H A Dtypes.hal62 * See 'audioStreamType' in audio_policy_configuration.xsd for the
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java503 public int audioStreamType = STREAM_DEFAULT; field in Notification
2554 audioStreamType = parcel.readInt(); in readFromParcelImpl()
2664 that.audioStreamType = this.audioStreamType; in cloneInto()
3038 parcel.writeInt(audioStreamType); in writeToParcelImpl()
4498 mN.audioStreamType = streamType; in setSound()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp3455 AudioStreamType audioStreamType = static_cast<AudioStreamType>( in getAvStreamType() local
3457 if (audioStreamType != AudioStreamType::UNDEFINED) { in getAvStreamType()
3458 type.audio(audioStreamType); in getAvStreamType()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5758 field @Deprecated public int audioStreamType;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4625 field public deprecated int audioStreamType;