Home
last modified time | relevance | path

Searched refs:readDescriptor (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/tools/
H A Dmethod-to-descriptor.py35 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 DBluetoothGatt.java527 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 DIBluetoothGattClientCallback.txt98 * Called as a result of IBluetoothGattClient.readDescriptor. |status|
H A DIBluetoothGattClient.txt111 boolean readDescriptor(in int client_id,
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGatt.aidl125 …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 DGattService.java743 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11247 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 Dcurrent.txt9115 …ission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readDescriptor(android.blueto…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt6254 method public boolean readDescriptor(android.bluetooth.BluetoothGattDescriptor);