Searched refs:audioStreamType (Results 1 – 10 of 10) sorted by relevance
181 int audioStreamType, int videoStreamType) { in AvSettings() argument188 mAudioStreamType = audioStreamType; in AvSettings()259 public Builder setAudioStreamType(@AudioStreamType int audioStreamType) { in setAudioStreamType() argument262 mAudioStreamType = audioStreamType; in setAudioStreamType()
169 } 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()
335 } 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()
367 for (Channel.AudioStreamType audioStreamType : audioStreamTypes) { in getAudioStreamTypes()368 audioStreamTypesValues.add(audioStreamType.getNumber()); in getAudioStreamTypes()
62 * See 'audioStreamType' in audio_policy_configuration.xsd for the
503 public int audioStreamType = STREAM_DEFAULT; field in Notification2554 audioStreamType = parcel.readInt(); in readFromParcelImpl()2664 that.audioStreamType = this.audioStreamType; in cloneInto()3038 parcel.writeInt(audioStreamType); in writeToParcelImpl()4498 mN.audioStreamType = streamType; in setSound()
3455 AudioStreamType audioStreamType = static_cast<AudioStreamType>( in getAvStreamType() local3457 if (audioStreamType != AudioStreamType::UNDEFINED) { in getAvStreamType()3458 type.audio(audioStreamType); in getAvStreamType()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
5758 field @Deprecated public int audioStreamType;
4625 field public deprecated int audioStreamType;