Searched refs:mLegacyStreamType (Results 1 – 3 of 3) sorted by relevance
387 private int mLegacyStreamType; field in AudioProductStrategy.AudioAttributesGroup393 mLegacyStreamType = streamType; in AudioAttributesGroup()405 && mLegacyStreamType == thatAag.mLegacyStreamType in equals()410 return mLegacyStreamType; in getStreamType()439 return mLegacyStreamType == streamType; in supportsStreamType()450 dest.writeInt(mLegacyStreamType); in writeToParcel()482 s.append(Integer.toString(mLegacyStreamType)); in toString()
61 jfieldID mLegacyStreamType; member245 gAudioAttributesGroupsFields.mLegacyStreamType = GetFieldIDOrDie( in register_android_media_AudioProductStrategies()
6423 private int mLegacyStreamType = AudioSystem.STREAM_DEFAULT; field in AudioService.VolumeGroupState6447 mLegacyStreamType = streamTypes[0]; in VolumeGroupState()6542 return (mLegacyStreamType != AudioSystem.STREAM_DEFAULT) in isValidLegacyStreamType()6543 && (mLegacyStreamType < mStreamStates.length); in isValidLegacyStreamType()6552 deviceForStream = getDeviceForStream(mLegacyStreamType); in applyAllVolumes()6553 volumeIndexForStream = getStreamVolume(mLegacyStreamType); in applyAllVolumes()6580 int defaultStreamIndex = (mStreamStates[mLegacyStreamType] in applyAllVolumes()