Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java607 int mDeviceCodecFormat; field in AudioDeviceInventory.DeviceInfo
627 mDeviceCodecFormat = codecFormat; in DeviceInfo()
669 + " codec: " + Integer.toHexString(mDeviceCodecFormat) in toString()
771 di.mDeviceCodecFormat); in onRestoreDevices()
861 makeA2dpDeviceUnavailableNow(address, di.mDeviceCodecFormat); in onSetBtActiveDevice()
885 btInfo.mAudioSystemDevice, di.mDeviceCodecFormat); in onSetBtActiveDevice()
979 di.mDeviceCodecFormat = codec; in onBluetoothDeviceConfigChange()
1922 new Pair<>(deviceInfo.mDeviceAddress, deviceInfo.mDeviceCodecFormat));
2357 final int a2dpCodec = deviceInfo != null ? deviceInfo.mDeviceCodecFormat :