Searched refs:readDescriptor (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/tools/ |
H A D | method-to-descriptor.py | 35 def readDescriptor(s): function 38 inner, rest = readDescriptor(s[1:]) 77 class_name, rest = readDescriptor(desc) 85 cur_arg, rest = readDescriptor(rest) 88 return_type, rest = readDescriptor(rest)
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 527 mService.readDescriptor( 1297 public boolean readDescriptor(BluetoothGattDescriptor descriptor) { in readDescriptor() method in BluetoothGatt 1316 mService.readDescriptor(mClientIf, device.getAddress(), in readDescriptor()
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattClientCallback.txt | 98 * Called as a result of IBluetoothGattClient.readDescriptor. |status|
|
H A D | IBluetoothGattClient.txt | 111 boolean readDescriptor(in int client_id,
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 125 …void readDescriptor(in int clientIf, in String address, in int handle, in int authReq, in Attribut… in readDescriptor() method
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 743 public void readDescriptor(int clientIf, String address, int handle, int authReq, in readDescriptor() method in GattService.BluetoothGattBinder 749 service.readDescriptor(clientIf, address, handle, authReq, attributionSource); in readDescriptor() 2957 void readDescriptor(int clientIf, String address, int handle, int authReq, in readDescriptor() method in GattService
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11247 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readDescriptor(ILjava/lang/String;II)V 11360 Landroid/bluetooth/IBluetoothGatt;->readDescriptor(ILjava/lang/String;II)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9115 …ission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readDescriptor(android.blueto…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6254 method public boolean readDescriptor(android.bluetooth.BluetoothGattDescriptor);
|