Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java110 public static final int A2DP_SINK = 10; field
DBluetoothA2dpSink.java404 mServiceListener.onServiceConnected(BluetoothProfile.A2DP_SINK,
412 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP_SINK);
DBluetoothAdapter.java1322 } else if (profile == BluetoothProfile.A2DP_SINK) { in getProfileProxy()
1371 case BluetoothProfile.A2DP_SINK: in closeProfileProxy()
/frameworks/base/media/java/android/media/
DAudioService.java2755 case BluetoothProfile.A2DP_SINK:
2845 case BluetoothProfile.A2DP_SINK:
3284 if (profile != BluetoothProfile.A2DP && profile != BluetoothProfile.A2DP_SINK) { in setBluetoothA2dpDeviceConnectionState()