Searched refs:descriptor (Results 1 – 5 of 5) sorted by relevance
55 private readonly descriptor: string, property in TraceHasOldData72 `${this.descriptor}: discarded because data is old` +80 private readonly descriptor: string, property in TraceOverridden92 return `${this.descriptor}: overridden by another trace of type ${96 return `${this.descriptor}: overridden by another trace of same type`;101 constructor(private readonly descriptor: string) { property in UnsupportedFileFormat110 return `${this.descriptor}: unsupported format`;116 private readonly descriptor: string, property in InvalidLegacyTrace127 return `${this.descriptor}: ${this.errorMessage}`;133 private readonly descriptor: string, property in InvalidPerfettoTrace[all …]
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()