Searched refs:BluetoothLeAudioCodecStatus (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeAudioCodecStatus.java | 34 public final class BluetoothLeAudioCodecStatus implements Parcelable { class 60 public BluetoothLeAudioCodecStatus( in BluetoothLeAudioCodecStatus() method in BluetoothLeAudioCodecStatus 75 private BluetoothLeAudioCodecStatus(Parcel in) { in BluetoothLeAudioCodecStatus() method in BluetoothLeAudioCodecStatus 90 if (o instanceof BluetoothLeAudioCodecStatus) { in equals() 91 BluetoothLeAudioCodecStatus other = (BluetoothLeAudioCodecStatus) o; in equals() 242 public static final @android.annotation.NonNull Parcelable.Creator<BluetoothLeAudioCodecStatus> 244 new Parcelable.Creator<BluetoothLeAudioCodecStatus>() { 245 public BluetoothLeAudioCodecStatus createFromParcel(Parcel in) { 246 return new BluetoothLeAudioCodecStatus(in); 249 public BluetoothLeAudioCodecStatus[] newArray(int size) { [all …]
|
D | BluetoothLeAudio.java | 104 void onCodecConfigChanged(int groupId, @NonNull BluetoothLeAudioCodecStatus status); in onCodecConfigChanged() 160 int groupId, @NonNull BluetoothLeAudioCodecStatus status) { 1399 public BluetoothLeAudioCodecStatus getCodecStatus(int groupId) { in getCodecStatus()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeAudioCallback.aidl | 20 import android.bluetooth.BluetoothLeAudioCodecStatus; 30 void onCodecConfigChanged(in int groupId, in BluetoothLeAudioCodecStatus status); in onCodecConfigChanged()
|
D | IBluetoothLeAudio.aidl | 22 import android.bluetooth.BluetoothLeAudioCodecStatus; 59 BluetoothLeAudioCodecStatus getCodecStatus(in int groupId, in AttributionSource source); in getCodecStatus()
|
D | BluetoothLeAudioCodecStatus.aidl | 19 parcelable BluetoothLeAudioCodecStatus;
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 40 import android.bluetooth.BluetoothLeAudioCodecStatus; 122 private BluetoothLeAudioCodecStatus testCodecStatus = null; 2038 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) {} in sendEventAndVerifyIntentForGroupStatusChanged() 2092 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) {} in sendEventAndVerifyGroupStreamStatusChanged() 2190 new BluetoothLeAudioCodecStatus( in testMessageFromNativeGroupCodecConfigChanged() 2201 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) { in testMessageFromNativeGroupCodecConfigChanged() 2243 new BluetoothLeAudioCodecStatus( in testMessageFromNativeGroupCodecConfigChanged_OneDirectionOnly() 2254 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) { in testMessageFromNativeGroupCodecConfigChanged_OneDirectionOnly() 2284 BluetoothLeAudioCodecStatus codecStatus = mService.getCodecStatus(testGroupId); in testMessageFromNativeGroupCodecConfigChanged_OneDirectionOnly()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothDeviceManager.java | 30 import android.bluetooth.BluetoothLeAudioCodecStatus; 86 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 37 import android.bluetooth.BluetoothLeAudioCodecStatus; 250 BluetoothLeAudioCodecStatus mCodecStatus; 1161 BluetoothLeAudioCodecStatus codecStatus = getCodecStatus(groupId); in getBroadcastAudioQualityPerSinkCapabilities() 3084 BluetoothLeAudioCodecStatus status = in messageFromNative() 3085 new BluetoothLeAudioCodecStatus( in messageFromNative() 4534 private void notifyUnicastCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) { in notifyUnicastCodecConfigChanged() 4717 public BluetoothLeAudioCodecStatus getCodecStatus(int groupId) { in getCodecStatus() 5372 public BluetoothLeAudioCodecStatus getCodecStatus(int groupId, AttributionSource source) { in getCodecStatus()
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BluetoothProxy.java | 81 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 1013 public final class BluetoothLeAudioCodecStatus implements android.os.Parcelable { 1014 …ctor public BluetoothLeAudioCodecStatus(@Nullable android.bluetooth.BluetoothLeAudioCodecConfig, @… 1025 …c static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeAudioCodecStatus> CREATO…
|
D | system-current.txt | 460 …est.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothLeAudioCodecStatus getCode… 504 …thod public void onCodecConfigChanged(int, @NonNull android.bluetooth.BluetoothLeAudioCodecStatus);
|