Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java172 private final int mPlatformType; field in AudioService
175 return mPlatformType == AudioSystem.PLATFORM_VOICE; in isPlatformVoice()
179 return mPlatformType == AudioSystem.PLATFORM_TELEVISION; in isPlatformTelevision()
581 mPlatformType = AudioSystem.getPlatformType(context); in AudioService()
931 switch (mPlatformType) { in updateStreamVolumeAlias()
1284 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) { in adjustStreamVolume()
3210 final boolean isTv = mPlatformType == AudioSystem.PLATFORM_TELEVISION; in checkForRingerModeChange()
3321 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) { in updateRingerModeAffectedStreams()
3406 switch (mPlatformType) { in getActiveStreamType()