Home
last modified time | relevance | path

Searched refs:BluetoothHidDeviceAppQosSettings (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDeviceAppQosSettings.java30 public final class BluetoothHidDeviceAppQosSettings implements Parcelable { class
57 public BluetoothHidDeviceAppQosSettings( in BluetoothHidDeviceAppQosSettings() method in BluetoothHidDeviceAppQosSettings
101 …static final @android.annotation.NonNull Parcelable.Creator<BluetoothHidDeviceAppQosSettings> CREA…
102 new Parcelable.Creator<BluetoothHidDeviceAppQosSettings>() {
105 public BluetoothHidDeviceAppQosSettings createFromParcel(Parcel in) {
107 return new BluetoothHidDeviceAppQosSettings(
117 public BluetoothHidDeviceAppQosSettings[] newArray(int size) {
118 return new BluetoothHidDeviceAppQosSettings[size];
DBluetoothHidDevice.java540 BluetoothHidDeviceAppQosSettings inQos, in registerApp()
541 BluetoothHidDeviceAppQosSettings outQos, in registerApp()
/frameworks/base/boot/
Dpreloaded-classes1067 android.bluetooth.BluetoothHidDeviceAppQosSettings$1
1068 android.bluetooth.BluetoothHidDeviceAppQosSettings
Dboot-image-profile.txt23895 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings$1;
23896 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;
/frameworks/base/config/
Dpreloaded-classes1064 android.bluetooth.BluetoothHidDeviceAppQosSettings$1
1065 android.bluetooth.BluetoothHidDeviceAppQosSettings
Dboot-image-profile.txt33528 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings$1;
33529 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10524 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mDelayVariation:I
10525 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mLatency:I
10526 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mPeakBandwidth:I
10527 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mServiceType:I
10528 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mTokenBucketSize:I
10529 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mTokenRate:I
11791 …AppSdpSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/BluetoothHid…
11818 …AppSdpSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/BluetoothHid…
/frameworks/base/core/api/
Dcurrent.txt9356 …AppSdpSettings, android.bluetooth.BluetoothHidDeviceAppQosSettings, android.bluetooth.BluetoothHid…
9397 public final class BluetoothHidDeviceAppQosSettings implements android.os.Parcelable {
9398 ctor public BluetoothHidDeviceAppQosSettings(int, int, int, int, int, int);
9407 …tatic final android.os.Parcelable.Creator<android.bluetooth.BluetoothHidDeviceAppQosSettings> CREA…