Searched refs:inQos (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 334 BluetoothHidDeviceAppQosSettings inQos, in registerApp() argument 345 return service.registerApp(sdp, inQos, outQos, callback); in registerApp() 518 BluetoothHidDeviceAppQosSettings inQos, in registerApp() argument 542 inQos == null in registerApp() 545 inQos.getServiceType(), in registerApp() 546 inQos.getTokenRate(), in registerApp() 547 inQos.getTokenBucketSize(), in registerApp() 548 inQos.getPeakBandwidth(), in registerApp() 549 inQos.getLatency(), in registerApp() 550 inQos.getDelayVariation() in registerApp()
|
D | HidDeviceNativeInterface.java | 106 int[] inQos, in registerApp() argument 108 return registerAppNative(name, description, provider, subclass, descriptors, inQos, outQos); in registerApp() 297 int[] inQos, in registerAppNative() argument
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | BluetoothHidDeviceBinderTest.java | 82 BluetoothHidDeviceAppQosSettings inQos = in registerApp() local 100 mBinder.registerApp(sdp, inQos, outQos, cb, mAttributionSource); in registerApp() 101 verify(mService).registerApp(sdp, inQos, outQos, cb); in registerApp()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHidDevice.aidl | 28 …BluetoothHidDeviceAppSdpSettings sdp, in BluetoothHidDeviceAppQosSettings inQos, in BluetoothHidDe… in registerApp() argument
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidDevice.java | 563 BluetoothHidDeviceAppQosSettings inQos, in registerApp() argument 586 return service.registerApp(sdp, inQos, outQos, cbw, mAttributionSource); in registerApp()
|