Searched defs:bluetoothA2dp (Results 1 – 7 of 7) sorted by relevance
84 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in onIndexUpdated() local111 public void onBluetoothServiceConnected(BluetoothA2dp bluetoothA2dp) { in onBluetoothServiceConnected()157 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in getCurrentCodecConfig() local181 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in getSelectableConfigs() local225 static int getHighestCodec(BluetoothA2dp bluetoothA2dp, BluetoothDevice activeDevice, in getHighestCodec()
86 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in onPreferenceChange() local173 public void onBluetoothServiceConnected(@NonNull BluetoothA2dp bluetoothA2dp) { in onBluetoothServiceConnected()197 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in writeConfigurationValues() local283 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in getBluetoothCodecStatus() local320 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in isHDAudioEnabled() local
51 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in updateState() local79 final BluetoothA2dp bluetoothA2dp = mBluetoothA2dp; in onPreferenceChange() local
63 public void onBluetoothServiceConnected(BluetoothA2dp bluetoothA2dp) { in onBluetoothServiceConnected()
30 void onBluetoothServiceConnected(BluetoothA2dp bluetoothA2dp); in onBluetoothServiceConnected()
67 private val bluetoothA2dp = getProfileProxy<BluetoothA2dp>(context, BluetoothProfile.A2DP) constant in com.android.pandora.A2dp
146 val bluetoothA2dp = getProfileProxy(mContext, BluetoothProfile.A2DP) as BluetoothA2dp in <lambda>() constant