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.java386 private int mVolumeGroupId; field in AudioProductStrategy.AudioAttributesGroup
392 mVolumeGroupId = volumeGroupId; in AudioAttributesGroup()
404 return mVolumeGroupId == thatAag.mVolumeGroupId in equals()
414 return mVolumeGroupId; in getVolumeGroupId()
449 dest.writeInt(mVolumeGroupId); in writeToParcel()
484 s.append(Integer.toString(mVolumeGroupId)); in toString()
/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java80 private int mVolumeGroupId; field in SeekBarVolumizer
176 mVolumeGroupId = getVolumeGroupIdForLegacyStreamType(mStreamType); in SeekBarVolumizer()
599 && volumeGroup == mVolumeGroupId) { in onReceive()
633 if (mVolumeGroupId != AudioVolumeGroup.DEFAULT_VOLUME_GROUP) { in registerVolumeGroupCb()
640 if (mVolumeGroupId != AudioVolumeGroup.DEFAULT_VOLUME_GROUP) { in unregisterVolumeGroupCb()
652 if (mVolumeGroupId != group in handleMessage()
653 || 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()