Searched refs:btInfo (Results 1 – 2 of 2) sorted by relevance
533 + " btDevice=" + btInfo.mDevice in onSetBtActiveDevice()537 String address = btInfo.mDevice.getAddress(); in onSetBtActiveDevice()571 switch (btInfo.mProfile) { in onSetBtActiveDevice()584 if (btInfo.mVolume != -1) { in onSetBtActiveDevice()587 btInfo.mVolume * 10, btInfo.mAudioSystemDevice, in onSetBtActiveDevice()618 @NonNull AudioDeviceBroker.BtDeviceInfo btInfo, in onBluetoothDeviceConfigChange()624 final BluetoothDevice btDevice = btInfo.mDevice; in onBluetoothDeviceConfigChange()632 int volume = btInfo.mVolume; in onBluetoothDeviceConfigChange()1682 final String address = btInfo.mDevice.getAddress();2116 final int volumeIndex = btInfo.mVolume == -1 ? -1 : btInfo.mVolume * 10;[all …]
1765 final BtDeviceInfo btInfo = (BtDeviceInfo) msg.obj; in handleMessage() local1768 btInfo.mDevice, "MSG_L_SET_BT_ACTIVE_DEVICE"); in handleMessage()1769 mDeviceInventory.onSetBtActiveDevice(btInfo, codec, in handleMessage()1770 (btInfo.mProfile in handleMessage()1774 if (btInfo.mProfile == BluetoothProfile.LE_AUDIO in handleMessage()1775 || btInfo.mProfile == BluetoothProfile.HEARING_AID) { in handleMessage()1803 final BtDeviceInfo btInfo = (BtDeviceInfo) msg.obj; in handleMessage() local1809 btInfo, codec, BtHelper.EVENT_DEVICE_CONFIG_CHANGE); in handleMessage()1907 final BtDeviceInfo btInfo = (BtDeviceInfo) msg.obj; in handleMessage() local1908 if (btInfo.mDevice == null) break; in handleMessage()[all …]