Searched refs:descriptor (Results 1 – 5 of 5) sorted by relevance
48 private readonly descriptor: string, property in TraceHasOldData65 `${this.descriptor}: discarded because data is old` +73 private readonly descriptor: string, property in TraceOverridden85 return `${this.descriptor}: overridden by another trace of type ${89 return `${this.descriptor}: overridden by another trace of same type`;94 constructor(private readonly descriptor: string) { property in UnsupportedFileFormat103 return `${this.descriptor}: unsupported format`;109 private readonly descriptor: string, property in InvalidPerfettoTrace120 return `${this.descriptor}: ${this.parserErrorMessages.join(', ')}`;
23 let descriptor = FileUtils.removeDirFromFileName(this.file.name);25 descriptor += ` (${this.parentArchive.name})`;27 return descriptor;
262 USB_DEVICE_DESCRIPTOR descriptor; in IsLegacyInterface() local266 &descriptor, in IsLegacyInterface()267 sizeof(descriptor), in IsLegacyInterface()
218 public void visitBaseType(final char descriptor) { in visitBaseType() argument219 getBuf().append(Type.getType(Character.toString(descriptor)).getClassName()); in visitBaseType()
301 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setCharacteristicNotification() local303 descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in setCharacteristicNotification()304 mBluetoothGatt.writeDescriptor(descriptor); in setCharacteristicNotification()