Searched refs:BluetoothAudioConfig (Results 1 – 10 of 10) sorted by relevance
30 public final class BluetoothAudioConfig implements Parcelable { class36 public BluetoothAudioConfig(int sampleRate, int channelConfig, int audioFormat) { in BluetoothAudioConfig() method in BluetoothAudioConfig44 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];
281 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig()
40 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()
22 import android.bluetooth.BluetoothAudioConfig;65 protected BluetoothAudioConfig mAudioConfig = null;102 BluetoothAudioConfig getAudioConfig() { in getAudioConfig()304 new BluetoothAudioConfig( in processStackEvent()
22 import android.bluetooth.BluetoothAudioConfig;295 public BluetoothAudioConfig getAudioConfig( in getAudioConfig()504 BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig()
19 import android.bluetooth.BluetoothAudioConfig;40 …BluetoothAudioConfig getAudioConfig(in BluetoothDevice device, in AttributionSource attributionSou… in getAudioConfig()
19 parcelable BluetoothAudioConfig;
24 import android.bluetooth.BluetoothAudioConfig;268 BluetoothAudioConfig expected = in testGetAudioConfiguration()269 new BluetoothAudioConfig( in testGetAudioConfiguration()271 BluetoothAudioConfig config = mService.getAudioConfig(mDevice1); in testGetAudioConfiguration()
27 import android.bluetooth.BluetoothAudioConfig;324 BluetoothAudioConfig expected = in testAudioStateChangeInConnected()325 new BluetoothAudioConfig(44, 1, AudioFormat.ENCODING_PCM_16BIT); in testAudioStateChangeInConnected()
31 …pSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;129 Landroid/bluetooth/BluetoothAudioConfig;-><init>(III)V130 Landroid/bluetooth/BluetoothAudioConfig;->CREATOR:Landroid/os/Parcelable$Creator;131 Landroid/bluetooth/BluetoothAudioConfig;->getAudioFormat()I132 Landroid/bluetooth/BluetoothAudioConfig;->getChannelConfig()I133 Landroid/bluetooth/BluetoothAudioConfig;->getSampleRate()I134 Landroid/bluetooth/BluetoothAudioConfig;->mAudioFormat:I135 Landroid/bluetooth/BluetoothAudioConfig;->mChannelConfig:I136 Landroid/bluetooth/BluetoothAudioConfig;->mSampleRate:I1346 …Proxy;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;[all …]