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.java367 private final int mPlatformType; field in AudioService
394 return mPlatformType == AudioSystem.PLATFORM_VOICE; in isPlatformVoice()
398 return mPlatformType == AudioSystem.PLATFORM_TELEVISION; in isPlatformTelevision()
402 return mPlatformType == AudioSystem.PLATFORM_AUTOMOTIVE; in isPlatformAutomotive()
1163 mPlatformType = AudioSystem.getPlatformType(context); in AudioService()
2439 switch (mPlatformType) { in updateStreamVolumeAlias()
7209 switch (mPlatformType) { in getActiveStreamType()