Home
last modified time | relevance | path

Searched refs:BluetoothA2dpSink (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpSinkProfile.java22 import android.bluetooth.BluetoothA2dpSink;
40 private BluetoothA2dpSink mService;
61 mService = (BluetoothA2dpSink) proxy; in onServiceConnected()
H A DLocalBluetoothProfileManager.java20 import android.bluetooth.BluetoothA2dpSink;
144 BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DA2dpSinkProfileTest.java23 import android.bluetooth.BluetoothA2dpSink;
49 private BluetoothA2dpSink mService;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java21 import android.bluetooth.BluetoothA2dpSink;
87 return BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED; in getConnectionStateChangedIntent()
308 Intent intent = new Intent(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in onConnectionStateChanged()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothUserService.java18 import android.bluetooth.BluetoothA2dpSink;
61 private BluetoothA2dpSink mBluetoothA2dpSink;
171 mBluetoothA2dpSink = (BluetoothA2dpSink) proxy;
H A DBluetoothProfileDeviceManager.java25 import android.bluetooth.BluetoothA2dpSink;
94 new BluetoothProfileInfo(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED, in sProfileActions.put()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java53 public final class BluetoothA2dpSink implements BluetoothProfile { class
98 /* package */ BluetoothA2dpSink(Context context, ServiceListener listener, in BluetoothA2dpSink() method in BluetoothA2dpSink
H A DBluetoothAdapter.java3023 BluetoothA2dpSink a2dpSink = new BluetoothA2dpSink(context, listener, this); in getProfileProxy()
3102 BluetoothA2dpSink a2dpSink = (BluetoothA2dpSink) proxy; in closeProfileProxy()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java23 import android.bluetooth.BluetoothA2dpSink;
152 case BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED:
228 filter.addAction(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in init()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9833 Landroid/bluetooth/BluetoothA2dpSink;->close()V
9835 Landroid/bluetooth/BluetoothA2dpSink;->DBG:Z
9836 Landroid/bluetooth/BluetoothA2dpSink;->doBind()Z
9841 Landroid/bluetooth/BluetoothA2dpSink;->isEnabled()Z
9843 Landroid/bluetooth/BluetoothA2dpSink;->log(Ljava/lang/String;)V
9847 Landroid/bluetooth/BluetoothA2dpSink;->mContext:Landroid/content/Context;
9851 Landroid/bluetooth/BluetoothA2dpSink;->stateToString(I)Ljava/lang/String;
9852 Landroid/bluetooth/BluetoothA2dpSink;->STATE_NOT_PLAYING:I
9853 Landroid/bluetooth/BluetoothA2dpSink;->STATE_PLAYING:I
9854 Landroid/bluetooth/BluetoothA2dpSink;->TAG:Ljava/lang/String;
[all …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1033 android.bluetooth.BluetoothA2dpSink
H A Dboot-image-profile.txt23858 Landroid/bluetooth/BluetoothA2dpSink;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1030 android.bluetooth.BluetoothA2dpSink
H A Dboot-image-profile.txt33491 Landroid/bluetooth/BluetoothA2dpSink;
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1936 public final class BluetoothA2dpSink implements android.bluetooth.BluetoothProfile {