Home
last modified time | relevance | path

Searched refs:outQos (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java313 BluetoothHidDeviceAppQosSettings inQos, BluetoothHidDeviceAppQosSettings outQos, in registerApp() argument
324 return service.registerApp(sdp, inQos, outQos, callback); in registerApp()
511 BluetoothHidDeviceAppQosSettings inQos, BluetoothHidDeviceAppQosSettings outQos, in registerApp() argument
547 outQos == null in registerApp()
550 outQos.getServiceType(), in registerApp()
551 outQos.getTokenRate(), in registerApp()
552 outQos.getTokenBucketSize(), in registerApp()
553 outQos.getPeakBandwidth(), in registerApp()
554 outQos.getLatency(), in registerApp()
555 outQos.getDelayVariation() in registerApp()
DHidDeviceNativeInterface.java104 byte subclass, byte[] descriptors, int[] inQos, int[] outQos) { in registerApp() argument
105 return registerAppNative(name, description, provider, subclass, descriptors, inQos, outQos); in registerApp()
266 byte subclass, byte[] descriptors, int[] inQos, int[] outQos); in registerAppNative() argument