Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java177 A2dpSinkProfile a2dpSink = mProfileManager.getA2dpSinkProfile(); in startScanning() local
178 if ((a2dpSink != null) && (a2dpSink.isAudioPlaying())) { in startScanning()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2739 BluetoothA2dpSink a2dpSink = new BluetoothA2dpSink(context, listener); in getProfileProxy() local
2810 BluetoothA2dpSink a2dpSink = (BluetoothA2dpSink) proxy; in closeProfileProxy() local
2811 a2dpSink.close(); in closeProfileProxy()