Searched refs:mDeviceCodecFormat (Results 1 – 1 of 1) sorted by relevance
93 int mDeviceCodecFormat; field in AudioDeviceInventory.DeviceInfo99 mDeviceCodecFormat = deviceCodecFormat; in DeviceInfo()107 + " codec: " + Integer.toHexString(mDeviceCodecFormat) + "]"; in toString()154 di.mDeviceCodecFormat); in onRestoreDevices()192 if (a2dpCodec != di.mDeviceCodecFormat) { in onSetA2dpSinkConnectionState()196 makeA2dpDeviceUnavailableNow(address, di.mDeviceCodecFormat); in onSetA2dpSinkConnectionState()307 if (di.mDeviceCodecFormat != a2dpCodec) { in onBluetoothA2dpActiveDeviceChange()308 di.mDeviceCodecFormat = a2dpCodec; in onBluetoothA2dpActiveDeviceChange()660 final int a2dpCodec = deviceInfo != null ? deviceInfo.mDeviceCodecFormat : in makeA2dpDeviceUnavailableLater()