Home
last modified time | relevance | path

Searched refs:BluetoothAudioConfig (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAudioConfig.java30 public final class BluetoothAudioConfig implements Parcelable { class
36 public BluetoothAudioConfig(int sampleRate, int channelConfig, int audioFormat) { in BluetoothAudioConfig() method in BluetoothAudioConfig
44 if (o instanceof BluetoothAudioConfig) { in equals()
45 BluetoothAudioConfig bac = (BluetoothAudioConfig) o; in equals()
68 … public static final @android.annotation.NonNull Parcelable.Creator<BluetoothAudioConfig> CREATOR =
69 new Parcelable.Creator<BluetoothAudioConfig>() {
70 public BluetoothAudioConfig createFromParcel(Parcel in) {
74 return new BluetoothAudioConfig(sampleRate, channelConfig, audioFormat);
77 public BluetoothAudioConfig[] newArray(int size) {
78 return new BluetoothAudioConfig[size];
H A DBluetoothA2dpSink.java283 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java22 import android.bluetooth.BluetoothAudioConfig;
64 protected BluetoothAudioConfig mAudioConfig = null;
102 BluetoothAudioConfig getAudioConfig() { in getAudioConfig()
281 mAudioConfig = new BluetoothAudioConfig(event.mSampleRate, event.mChannelCount, in processStackEvent()
H A DA2dpSinkService.java20 import android.bluetooth.BluetoothAudioConfig;
289 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device, in getAudioConfig()
485 BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dpSink.aidl19 import android.bluetooth.BluetoothAudioConfig;
40BluetoothAudioConfig getAudioConfig(in BluetoothDevice device, in AttributionSource attributionSou… in getAudioConfig()
H A DBluetoothAudioConfig.aidl19 parcelable BluetoothAudioConfig;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9838 …pSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;
9936 Landroid/bluetooth/BluetoothAudioConfig;-><init>(III)V
9937 Landroid/bluetooth/BluetoothAudioConfig;->CREATOR:Landroid/os/Parcelable$Creator;
9938 Landroid/bluetooth/BluetoothAudioConfig;->getAudioFormat()I
9939 Landroid/bluetooth/BluetoothAudioConfig;->getChannelConfig()I
9940 Landroid/bluetooth/BluetoothAudioConfig;->getSampleRate()I
9941 Landroid/bluetooth/BluetoothAudioConfig;->mAudioFormat:I
9942 Landroid/bluetooth/BluetoothAudioConfig;->mChannelConfig:I
9943 Landroid/bluetooth/BluetoothAudioConfig;->mSampleRate:I
11153 …Proxy;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;
[all …]