Searched refs:BluetoothHidDeviceAppQosSettings (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceAppQosSettings.java30 public final class BluetoothHidDeviceAppQosSettings implements Parcelable { class in inherits:Parcelable
46 * Create a BluetoothHidDeviceAppQosSettings object for the Bluetooth L2CAP channel. The QoS
57 public BluetoothHidDeviceAppQosSettings( method in class:BluetoothHidDeviceAppQosSettings
101 public static final Parcelable.Creator<BluetoothHidDeviceAppQosSettings> CREATOR =
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];
H A DBluetoothHidDevice.java66 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
67 * BluetoothHidDeviceAppQosSettings, Executor, Callback)
73 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
74 * BluetoothHidDeviceAppQosSettings, Executor, Callback)
80 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
81 * BluetoothHidDeviceAppQosSettings, Executor, Callback)
87 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSetting
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 119 milliseconds