Searched refs:audioStreamType (Results 1 – 9 of 9) sorted by relevance
94 val audioStreamType: Int = in toAudioManagerEvent() constant96 if (audioStreamType == AudioManager.ERROR) { in toAudioManagerEvent()103 val audioStream = AudioStream(audioStreamType) in toAudioManagerEvent()
232 private AvSettings(int mainType, boolean isAudio, boolean isPassthrough, int audioStreamType, in AvSettings() argument240 mAudioStreamType = audioStreamType; in AvSettings()327 public Builder setAudioStreamType(@AudioStreamType int audioStreamType) { in setAudioStreamType() argument330 mAudioStreamType = audioStreamType; in setAudioStreamType()
367 } 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()
529 public int audioStreamType = STREAM_DEFAULT; field in Notification2725 audioStreamType = parcel.readInt(); in readFromParcelImpl()2835 that.audioStreamType = this.audioStreamType; in cloneInto()3413 parcel.writeInt(audioStreamType); in writeToParcelImpl()5141 mN.audioStreamType = streamType; in setSound()
4047 AudioStreamType audioStreamType = static_cast<AudioStreamType>( in getAvStreamType() local4049 if (audioStreamType != AudioStreamType::UNDEFINED) { in getAvStreamType()4050 type.set<AvStreamType::Tag::audio>(audioStreamType); in getAvStreamType()
14448 parcel.writeInt(notif.audioStreamType);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4625 field public deprecated int audioStreamType;
6513 field @Deprecated public int audioStreamType;