Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java298 if (AudioService.DEBUG_DEVICES) { in onSetA2dpSinkConnectionState()
360 if (AudioService.DEBUG_DEVICES) { in onSetA2dpSourceConnectionState()
439 if (AudioService.DEBUG_DEVICES) { in onBluetoothA2dpActiveDeviceChange()
738 if (AudioService.DEBUG_DEVICES) { in handleDeviceConnection()
751 if (AudioService.DEBUG_DEVICES) { in handleDeviceConnection()
756 if (AudioService.DEBUG_DEVICES) { in handleDeviceConnection()
899 if (AudioService.DEBUG_DEVICES) { in setBluetoothA2dpDeviceConnectionState()
1243 if (AudioService.DEBUG_DEVICES) { in sendDeviceConnectionIntent()
H A DBtHelper.java561 if (AudioService.DEBUG_DEVICES) { in btHeadsetDeviceToAudioDevice()
H A DAudioService.java224 protected static final boolean DEBUG_DEVICES = false; field in AudioService