Searched refs:descriptorIndex (Results 1 – 7 of 7) sorted by relevance
82 int descriptorIndex, int index) { in addEntry() argument92 ByteArray.write16bit(descriptorIndex, newInfo, size + 6); in addEntry()232 public int descriptorIndex(int i) { in descriptorIndex() method in LocalVariableAttribute247 return descriptorIndex(i); in signatureIndex()261 return getConstPool().getUtf8Info(descriptorIndex(i)); in descriptor()
1116 @RpcParameter(name = "descriptorIndex") Integer descriptorIndex) in gattClientReadDescriptorByIndex()1137 if (descList.get(descriptorIndex) == null) { in gattClientReadDescriptorByIndex()1138 throw new Exception("Invalid descriptorIndex " + descriptorIndex); in gattClientReadDescriptorByIndex()1140 return bluetoothGatt.readDescriptor(descList.get(descriptorIndex)); in gattClientReadDescriptorByIndex()1206 @RpcParameter(name = "descriptorIndex") Integer descriptorIndex) in gattClientWriteDescriptorByIndex()1227 if (descList.get(descriptorIndex) == null) { in gattClientWriteDescriptorByIndex()1228 throw new Exception("Invalid descriptorIndex " + descriptorIndex); in gattClientWriteDescriptorByIndex()1230 return bluetoothGatt.writeDescriptor(descList.get(descriptorIndex)); in gattClientWriteDescriptorByIndex()1300 @RpcParameter(name = "descriptorIndex") Integer descriptorIndex, in gattClientDescriptorSetValueByIndex()1322 if (descList.get(descriptorIndex) == null) { in gattClientDescriptorSetValueByIndex()[all …]
545 @RpcParameter(name = "descriptorIndex") Integer descriptorIndex) throws Exception { in gattServerCharacteristicAddDescriptor()547 if (mDescriptorList.get(descriptorIndex) != null) { in gattServerCharacteristicAddDescriptor()548 mCharacteristicList.get(index).addDescriptor(mDescriptorList.get(descriptorIndex)); in gattServerCharacteristicAddDescriptor()550 throw new Exception("Invalid descriptorIndex input:" + descriptorIndex); in gattServerCharacteristicAddDescriptor()
174 int descriptorIndex = descriptor.indexOf(ClassConstants.METHOD_ARGUMENTS_CLOSE); in visitSignatureAttribute() local179 descriptor.charAt(descriptorIndex - 1) + in visitSignatureAttribute()
392 int descriptorIndex = reader.u2(); in readMethods() local393 String desc = constantPool.utf8(descriptorIndex); in readMethods()475 int descriptorIndex = reader.u2(); in readFields() local476 String desc = constantPool.utf8(descriptorIndex); in readFields()
2284 …for (uint32_t descriptorIndex = 0; descriptorIndex < pDescriptorWrites[i].descriptorCount; ++descr… in manual_PreCallValidateUpdateDescriptorSets() local2287 … ParameterName::IndexVector{i, descriptorIndex}), in manual_PreCallValidateUpdateDescriptorSets()2288 … pDescriptorWrites[i].pBufferInfo[descriptorIndex].buffer); in manual_PreCallValidateUpdateDescriptorSets()
1617 final int descriptorIndex,1627 return scope.getDescriptorForType().getExtensions().get(descriptorIndex);