Home
last modified time | relevance | path

Searched refs:A2DP_SINK (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpSinkProfile.java95 BluetoothProfile.A2DP_SINK); in A2dpSinkProfile()
215 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.A2DP_SINK, in finalize()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java119 public static final int A2DP_SINK = 11; field
DBluetoothA2dpSink.java487 mServiceListener.onServiceConnected(BluetoothProfile.A2DP_SINK,
495 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP_SINK);
DBluetoothAdapter.java1901 } else if (profile == BluetoothProfile.A2DP_SINK) { in getProfileProxy()
1956 case BluetoothProfile.A2DP_SINK: in closeProfileProxy()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3140 case BluetoothProfile.A2DP_SINK:
3223 case BluetoothProfile.A2DP_SINK:
3805 if (profile != BluetoothProfile.A2DP && profile != BluetoothProfile.A2DP_SINK) { in setBluetoothA2dpDeviceConnectionState()