Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
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()
74 public static final @NonNull Creator<BluetoothAudioConfig> CREATOR =
76 public BluetoothAudioConfig createFromParcel(Parcel in) {
80 return new BluetoothAudioConfig(sampleRate, channelConfig, audioFormat);
83 public BluetoothAudioConfig[] newArray(int size) {
84 return new BluetoothAudioConfig[size];
DBluetoothA2dpSink.java281 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothAudioConfigTest.java40 BluetoothAudioConfig audioConfig = in createBluetoothAudioConfig()
41 new BluetoothAudioConfig( in createBluetoothAudioConfig()
51 BluetoothAudioConfig originalConfig = in writeToParcel()
52 new BluetoothAudioConfig( in writeToParcel()
59 BluetoothAudioConfig configOut = BluetoothAudioConfig.CREATOR.createFromParcel(parcel); in writeToParcel()
69 BluetoothAudioConfig audioConfig = in bluetoothAudioConfigHashCode()
70 new BluetoothAudioConfig( in bluetoothAudioConfigHashCode()
85 BluetoothAudioConfig audioConfig = in bluetoothAudioConfigToString()
86 new BluetoothAudioConfig( in bluetoothAudioConfigToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java22 import android.bluetooth.BluetoothAudioConfig;
65 protected BluetoothAudioConfig mAudioConfig = null;
102 BluetoothAudioConfig getAudioConfig() { in getAudioConfig()
304 new BluetoothAudioConfig( in processStackEvent()
DA2dpSinkService.java22 import android.bluetooth.BluetoothAudioConfig;
295 public BluetoothAudioConfig getAudioConfig( in getAudioConfig()
504 BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dpSink.aidl19 import android.bluetooth.BluetoothAudioConfig;
40BluetoothAudioConfig getAudioConfig(in BluetoothDevice device, in AttributionSource attributionSou… in getAudioConfig()
DBluetoothAudioConfig.aidl19 parcelable BluetoothAudioConfig;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceTest.java24 import android.bluetooth.BluetoothAudioConfig;
268 BluetoothAudioConfig expected = in testGetAudioConfiguration()
269 new BluetoothAudioConfig( in testGetAudioConfiguration()
271 BluetoothAudioConfig config = mService.getAudioConfig(mDevice1); in testGetAudioConfiguration()
DA2dpSinkStateMachineTest.java27 import android.bluetooth.BluetoothAudioConfig;
324 BluetoothAudioConfig expected = in testAudioStateChangeInConnected()
325 new BluetoothAudioConfig(44, 1, AudioFormat.ENCODING_PCM_16BIT); in testAudioStateChangeInConnected()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt31 …pSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;
129 Landroid/bluetooth/BluetoothAudioConfig;-><init>(III)V
130 Landroid/bluetooth/BluetoothAudioConfig;->CREATOR:Landroid/os/Parcelable$Creator;
131 Landroid/bluetooth/BluetoothAudioConfig;->getAudioFormat()I
132 Landroid/bluetooth/BluetoothAudioConfig;->getChannelConfig()I
133 Landroid/bluetooth/BluetoothAudioConfig;->getSampleRate()I
134 Landroid/bluetooth/BluetoothAudioConfig;->mAudioFormat:I
135 Landroid/bluetooth/BluetoothAudioConfig;->mChannelConfig:I
136 Landroid/bluetooth/BluetoothAudioConfig;->mSampleRate:I
1346 …Proxy;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;
[all …]