Home
last modified time | relevance | path

Searched defs:writeDescriptor (Results 1 – 7 of 7) 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.java1811 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BluetoothGatt
1833 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.java255 public void writeDescriptor() throws Exception { in writeDescriptor() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl63 int writeDescriptor(in int clientIf, in String address, in int handle, in writeDescriptor() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattServiceBinder.java234 public int writeDescriptor( in writeDescriptor() method in GattServiceBinder
DGattService.java1491 int writeDescriptor( in writeDescriptor() method in GattService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2408 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BluetoothGattTestableWrapper