/packages/modules/AdServices/adservices/framework/java/android/adservices/common/ |
D | AssetFileDescriptorUtil.java | 54 ParcelFileDescriptor writeDescriptor = descriptors[1]; in setupAssetFileDescriptorResponse() local 59 new FileOutputStream(writeDescriptor.getFileDescriptor())) { in setupAssetFileDescriptorResponse()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 728 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/ |
D | GattTransportClientProviderTest.java | 304 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/ |
D | GattServiceBinderTest.java | 359 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/ |
D | GattInstance.kt | 375 if (mGatt.writeDescriptor(descriptor, value) == BluetoothStatusCodes.SUCCESS) { in writeDescriptorBlocking()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProvider.java | 562 mBluetoothGatt.writeDescriptor( in enableNotification()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 132 int writeDescriptor(in int clientIf, in String address, in int handle, in writeDescriptor() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 599 gatt.writeDescriptor(cccd, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 258 assertThat(gatt.writeDescriptor(descriptor)).isTrue(); in clientGattNotifyOrIndicateCharacteristic()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1117 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/ |
D | GattService.java | 703 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/ |
D | BassClientStateMachineTest.java | 774 verify(btGatt).writeDescriptor(desc); in gattCallbackOnCharacteristicRead()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 623 …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/ |
D | hiddenapi-max-target-o-low-priority.txt | 1474 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->writeDescriptor(ILjava/lang/String;II[B)V 1585 Landroid/bluetooth/IBluetoothGatt;->writeDescriptor(ILjava/lang/String;II[B)V
|