Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 3 of 3) sorted by relevance

/development/host/windows/usb/api/
Dadb_helper_routines.cpp262 USB_DEVICE_DESCRIPTOR descriptor; in IsLegacyInterface() local
266 &descriptor, in IsLegacyInterface()
267 sizeof(descriptor), in IsLegacyInterface()
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DSignatureSourcer.java218 public void visitBaseType(final char descriptor) { in visitBaseType() argument
219 getBuf().append(Type.getType(Character.toString(descriptor)).getClassName()); in visitBaseType()
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java301 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setCharacteristicNotification() local
303 descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in setCharacteristicNotification()
304 mBluetoothGatt.writeDescriptor(descriptor); in setCharacteristicNotification()