Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java347 int mDeviceCodecFormat; field in AudioDeviceInventory.DeviceInfo
360 mDeviceCodecFormat = deviceCodecFormat; in DeviceInfo()
395 + " codec: " + Integer.toHexString(mDeviceCodecFormat) in toString()
493 di.mDeviceCodecFormat); in onRestoreDevices()
581 makeA2dpDeviceUnavailableNow(address, di.mDeviceCodecFormat); in onSetBtActiveDevice()
669 if (di.mDeviceCodecFormat != codec) { in onBluetoothDeviceConfigChange()
670 di.mDeviceCodecFormat = codec; in onBluetoothDeviceConfigChange()
1994 final int a2dpCodec = deviceInfo != null ? deviceInfo.mDeviceCodecFormat :