Home
last modified time | relevance | path

Searched refs:writeDescriptor (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/common/
DAssetFileDescriptorUtil.java54 ParcelFileDescriptor writeDescriptor = descriptors[1]; in setupAssetFileDescriptorResponse() local
59 new FileOutputStream(writeDescriptor.getFileDescriptor())) { in setupAssetFileDescriptorResponse()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java728 mService.writeDescriptor(
1695 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BluetoothGatt
1697 return writeDescriptor(descriptor, descriptor.getValue()) in writeDescriptor()
1717 public int writeDescriptor(@NonNull BluetoothGattDescriptor descriptor, @NonNull byte[] value) { in writeDescriptor() method in BluetoothGatt
1750 return mService.writeDescriptor( in writeDescriptor()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java304 doAnswer(notifyGattDescriptorWrite).when(mMockBluetoothGatt).writeDescriptor(any(), any()); in setupGattWriteDescriptor()
358 when(mMockBluetoothGatt.writeDescriptor(any(), any())) in testStartProcessing_notificationNotEnabled()
373 .writeDescriptor(any(), eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testStartProcessing_notificationNotEnabled()
394 .writeDescriptor(any(), eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testStartProcessing_succeed()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java359 public void writeDescriptor() throws Exception { in writeDescriptor() method in GattServiceBinderTest
366 mBinder.writeDescriptor(clientIf, address, handle, authReq, value, mAttributionSource); in writeDescriptor()
369 .writeDescriptor(clientIf, address, handle, authReq, value, mAttributionSource); in writeDescriptor()
/packages/modules/Bluetooth/android/pandora/server/src/
DGattInstance.kt375 if (mGatt.writeDescriptor(descriptor, value) == BluetoothStatusCodes.SUCCESS) { in writeDescriptorBlocking()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportClientProvider.java562 mBluetoothGatt.writeDescriptor( in enableNotification()
/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/bas/
DBatteryStateMachine.java599 gatt.writeDescriptor(cccd, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java258 assertThat(gatt.writeDescriptor(descriptor)).isTrue(); in clientGattNotifyOrIndicateCharacteristic()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1117 mBluetoothGatt.writeDescriptor(desc); in onCharacteristicRead()
2507 public boolean writeDescriptor(BluetoothGattDescriptor descriptor) { in writeDescriptor() method in BluetoothGattTestableWrapper
2508 return mWrappedBluetoothGatt.writeDescriptor(descriptor); in writeDescriptor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java703 public int writeDescriptor( in writeDescriptor() method in GattService.BluetoothGattBinder
714 return service.writeDescriptor( in writeDescriptor()
2443 int writeDescriptor( in writeDescriptor() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java774 verify(btGatt).writeDescriptor(desc); in gattCallbackOnCharacteristicRead()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt623 …ission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean writeDescriptor(android.bluet…
624 …Permission(android.Manifest.permission.BLUETOOTH_CONNECT) public int writeDescriptor(@NonNull andr…
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1474 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->writeDescriptor(ILjava/lang/String;II[B)V
1585 Landroid/bluetooth/IBluetoothGatt;->writeDescriptor(ILjava/lang/String;II[B)V