Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4756 int mBecomingNoisyIntentDevices = field in AudioService
4766 if ((state == 0) && ((device & mBecomingNoisyIntentDevices) != 0)) { in checkSendBecomingNoisyIntent()
4771 && ((dev & mBecomingNoisyIntentDevices) != 0)) { in checkSendBecomingNoisyIntent()
5378 mBecomingNoisyIntentDevices &= ~AudioSystem.DEVICE_OUT_ALL_A2DP; in setForceUseInt_SyncDevices()
5380 mBecomingNoisyIntentDevices |= AudioSystem.DEVICE_OUT_ALL_A2DP; in setForceUseInt_SyncDevices()
5385 mBecomingNoisyIntentDevices |= AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET; in setForceUseInt_SyncDevices()
5387 mBecomingNoisyIntentDevices &= ~AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET; in setForceUseInt_SyncDevices()