Searched refs:mLegacyStreamType (Results 1 – 3 of 3) sorted by relevance
351 private int mLegacyStreamType; field in AudioProductStrategy.AudioAttributesGroup357 mLegacyStreamType = streamType; in AudioAttributesGroup()369 && mLegacyStreamType == thatAag.mLegacyStreamType in equals()374 return mLegacyStreamType; in getStreamType()403 return mLegacyStreamType == streamType; in supportsStreamType()414 dest.writeInt(mLegacyStreamType); in writeToParcel()446 s.append(Integer.toString(mLegacyStreamType)); in toString()
61 jfieldID mLegacyStreamType; member245 gAudioAttributesGroupsFields.mLegacyStreamType = GetFieldIDOrDie( in register_android_media_AudioProductStrategies()
4562 private int mLegacyStreamType = AudioSystem.STREAM_DEFAULT; field in AudioService.VolumeGroupState4586 mLegacyStreamType = streamTypes[0]; in VolumeGroupState()4672 return (mLegacyStreamType != AudioSystem.STREAM_DEFAULT) in isValidLegacyStreamType()4673 && (mLegacyStreamType < mStreamStates.length); in isValidLegacyStreamType()4682 deviceForStream = getDeviceForStream(mLegacyStreamType); in applyAllVolumes()4683 volumeIndexForStream = getStreamVolume(mLegacyStreamType); in applyAllVolumes()4709 int defaultStreamIndex = (mStreamStates[mLegacyStreamType] in applyAllVolumes()