Home
last modified time | relevance | path

Searched refs:BluetoothLeAudioCodecStatus (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecStatus.java34 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 …]
DBluetoothLeAudio.java104 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/
DIBluetoothLeAudioCallback.aidl20 import android.bluetooth.BluetoothLeAudioCodecStatus;
30 void onCodecConfigChanged(in int groupId, in BluetoothLeAudioCodecStatus status); in onCodecConfigChanged()
DIBluetoothLeAudio.aidl22 import android.bluetooth.BluetoothLeAudioCodecStatus;
59 BluetoothLeAudioCodecStatus getCodecStatus(in int groupId, in AttributionSource source); in getCodecStatus()
DBluetoothLeAudioCodecStatus.aidl19 parcelable BluetoothLeAudioCodecStatus;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java40 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/
DBluetoothDeviceManager.java30 import android.bluetooth.BluetoothLeAudioCodecStatus;
86 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java37 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/
DBluetoothProxy.java81 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1013 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…
Dsystem-current.txt460 …est.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothLeAudioCodecStatus getCode…
504 …thod public void onCodecConfigChanged(int, @NonNull android.bluetooth.BluetoothLeAudioCodecStatus);