Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java335 BluetoothHidDeviceAppQosSettings outQos, in registerApp() argument
345 return service.registerApp(sdp, inQos, outQos, callback); in registerApp()
519 BluetoothHidDeviceAppQosSettings outQos, in registerApp() argument
552 outQos == null in registerApp()
555 outQos.getServiceType(), in registerApp()
556 outQos.getTokenRate(), in registerApp()
557 outQos.getTokenBucketSize(), in registerApp()
558 outQos.getPeakBandwidth(), in registerApp()
559 outQos.getLatency(), in registerApp()
560 outQos.getDelayVariation() in registerApp()
DHidDeviceNativeInterface.java107 int[] outQos) { in registerApp() argument
108 return registerAppNative(name, description, provider, subclass, descriptors, inQos, outQos); in registerApp()
298 int[] outQos); in registerAppNative() argument
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DBluetoothHidDeviceBinderTest.java90 BluetoothHidDeviceAppQosSettings outQos = 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 …etoothHidDeviceAppQosSettings inQos, in BluetoothHidDeviceAppQosSettings outQos, in IBluetoothHidD… in registerApp() argument
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java564 BluetoothHidDeviceAppQosSettings outQos, in registerApp() argument
586 return service.registerApp(sdp, inQos, outQos, cbw, mAttributionSource); in registerApp()