Home
last modified time | relevance | path

Searched refs:mVolumeGroupId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java456 private int mVolumeGroupId; field in AudioProductStrategy.AudioAttributesGroup
462 mVolumeGroupId = volumeGroupId; in AudioAttributesGroup()
474 return mVolumeGroupId == thatAag.mVolumeGroupId in equals()
481 return Objects.hash(mVolumeGroupId, mLegacyStreamType, in hashCode()
490 return mVolumeGroupId; in getVolumeGroupId()
524 dest.writeInt(mVolumeGroupId); in writeToParcel()
559 s.append(Integer.toString(mVolumeGroupId)); in toString()
/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java91 private int mVolumeGroupId; field in SeekBarVolumizer
192 mVolumeGroupId = getVolumeGroupIdForLegacyStreamType(mStreamType); in SeekBarVolumizer()
657 && volumeGroup == mVolumeGroupId) { in onReceive()
690 if (mVolumeGroupId != AudioVolumeGroup.DEFAULT_VOLUME_GROUP) { in registerVolumeGroupCb()
697 if (mVolumeGroupId != AudioVolumeGroup.DEFAULT_VOLUME_GROUP) { in unregisterVolumeGroupCb()
709 if (mVolumeGroupId != group in handleMessage()
710 || mVolumeGroupId == AudioVolumeGroup.DEFAULT_VOLUME_GROUP) { in handleMessage()
/frameworks/base/core/jni/
Dandroid_media_AudioProductStrategies.cpp60 jfieldID mVolumeGroupId; member
243 gAudioAttributesGroupsFields.mVolumeGroupId = GetFieldIDOrDie( in register_android_media_AudioProductStrategies()