Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2970 int delay = checkSendBecomingNoisyIntent(
3075 int delay = checkSendBecomingNoisyIntent(
3609 int delay = checkSendBecomingNoisyIntent(type, state); in setWiredDeviceConnectionState()
3627 delay = checkSendBecomingNoisyIntent(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in setBluetoothA2dpDeviceConnectionState()
4764 private int checkSendBecomingNoisyIntent(int device, int state) { in checkSendBecomingNoisyIntent() method in AudioService