Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java525 public static final int FOR_COMMUNICATION = 0; field in AudioSystem
DAudioService.java2481 AudioSystem.FOR_COMMUNICATION, mForcedUseForComm, null, 0); in setSpeakerphoneOn()
2502 AudioSystem.FOR_COMMUNICATION, mForcedUseForComm, null, 0); in setBluetoothScoOn()
3276 if (AudioSystem.getForceUse(AudioSystem.FOR_COMMUNICATION) in getActiveStreamType()
3308 if (AudioSystem.getForceUse(AudioSystem.FOR_COMMUNICATION) in getActiveStreamType()
4277 AudioSystem.setForceUse(AudioSystem.FOR_COMMUNICATION, mForcedUseForComm); in handleMessage()