Home
last modified time | relevance | path

Searched defs:writeDescriptor (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/common/
DAssetFileDescriptorUtil.java54 ParcelFileDescriptor writeDescriptor = descriptors[1]; in setupAssetFileDescriptorResponse() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1695 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BluetoothGatt
1717 public int writeDescriptor(@NonNull BluetoothGattDescriptor descriptor, @NonNull byte[] value) { in writeDescriptor() method in BluetoothGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java359 public void writeDescriptor() throws Exception { in writeDescriptor() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl132 int writeDescriptor(in int clientIf, in String address, in int handle, in writeDescriptor() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2507 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BluetoothGattTestableWrapper
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java703 public int writeDescriptor( in writeDescriptor() method in GattService.BluetoothGattBinder
2443 int writeDescriptor( in writeDescriptor() method in GattService