Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java110 public void getIoCapability() { in getIoCapability() method in AdapterServiceBinderTest
111 mBinder.getIoCapability(mAttributionSource, SynchronousResultReceiver.get()); in getIoCapability()
112 verify(mService.mAdapterProperties).getIoCapability(); in getIoCapability()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl76 …oneway void getIoCapability(in AttributionSource attributionSource, in SynchronousResultReceiver r… in getIoCapability() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java363 int getIoCapability() { in getIoCapability() method in AdapterProperties
DAdapterService.java1870 public void getIoCapability(AttributionSource source, SynchronousResultReceiver receiver) { in getIoCapability() method in AdapterService.AdapterServiceBinder
1872 receiver.send(getIoCapability(source)); in getIoCapability()
1877 private int getIoCapability(AttributionSource attributionSource) { in getIoCapability() method in AdapterService.AdapterServiceBinder
1886 return service.mAdapterProperties.getIoCapability(); in getIoCapability()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1780 public int getIoCapability() { in getIoCapability() method in BluetoothAdapter
1787 mService.getIoCapability(mAttributionSource, recv); in getIoCapability()