Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java307 private final int mPlatformType; field in AudioService
334 return mPlatformType == AudioSystem.PLATFORM_VOICE; in isPlatformVoice()
338 return mPlatformType == AudioSystem.PLATFORM_TELEVISION; in isPlatformTelevision()
1031 mPlatformType = AudioSystem.getPlatformType(context); in AudioService()
2241 switch (mPlatformType) { in updateStreamVolumeAlias()
6909 switch (mPlatformType) { in getActiveStreamType()