Home
last modified time | relevance | path

Searched refs:inQos (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java334 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()
DHidDeviceNativeInterface.java106 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/
DBluetoothHidDeviceBinderTest.java82 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/
DIBluetoothHidDevice.aidl28 …BluetoothHidDeviceAppSdpSettings sdp, in BluetoothHidDeviceAppQosSettings inQos, in BluetoothHidDe… in registerApp() argument
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java563 BluetoothHidDeviceAppQosSettings inQos, in registerApp() argument
586 return service.registerApp(sdp, inQos, outQos, cbw, mAttributionSource); in registerApp()