Searched refs:mBluetoothA2dpEnabled (Results 1 – 1 of 1) sorted by relevance
132 private AtomicBoolean mBluetoothA2dpEnabled = new AtomicBoolean(false); field in AudioDeviceBroker290 boolean wasOn = mBluetoothA2dpEnabled.getAndSet(on); in setBluetoothA2dpOn_Async()1234 return mBluetoothA2dpEnabled.get(); in isBluetoothA2dpOn()1610 mBluetoothA2dpEnabled.set(on); in setBluetoothA2dpOnInt()1664 return mBluetoothA2dpEnabled.get(); in getBluetoothA2dpEnabled()1832 int forcedUsage = mBluetoothA2dpEnabled.get() in handleMessage()