Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java154 if (AudioService.DEBUG_DEVICES) { in onSetA2dpSinkConnectionState()
216 if (AudioService.DEBUG_DEVICES) { in onSetA2dpSourceConnectionState()
270 if (AudioService.DEBUG_DEVICES) { in onBluetoothA2dpActiveDeviceChange()
419 if (AudioService.DEBUG_DEVICES) { in handleDeviceConnection()
426 if (AudioService.DEBUG_DEVICES) { in handleDeviceConnection()
431 if (AudioService.DEBUG_DEVICES) { in handleDeviceConnection()
556 if (AudioService.DEBUG_DEVICES) { in setBluetoothA2dpDeviceConnectionState()
805 if (AudioService.DEBUG_DEVICES) { in sendDeviceConnectionIntent()
DAudioDeviceBroker.java531 if (AudioService.DEBUG_DEVICES) { in handleSetA2dpSinkConnectionState()
DAudioService.java195 protected static final boolean DEBUG_DEVICES = false; field in AudioService