Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java252 private final int mPlatformType; field in AudioService
258 return mPlatformType == AudioSystem.PLATFORM_VOICE; in isPlatformVoice()
262 return mPlatformType == AudioSystem.PLATFORM_TELEVISION; in isPlatformTelevision()
866 mPlatformType = AudioSystem.getPlatformType(context); in AudioService()
1847 switch (mPlatformType) { in updateStreamVolumeAlias()
5865 switch (mPlatformType) { in getActiveStreamType()