Home
last modified time | relevance | path

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

/system/bt/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl30 in boolean isLong, in int handle); in onCharacteristicReadRequest() argument
32 in int offset, in boolean isLong, in onDescriptorReadRequest() argument
/system/tools/aidl/
Daidl_const_expressions.cpp381 const bool isLong = EndsWith(value, 'l') || EndsWith(value, 'L'); in ParseIntegral() local
382 const std::string value_substr = isLong ? value.substr(0, value.size() - 1) : value; in ParseIntegral()
397 !isLong && android::base::ParseUint<uint32_t>(value_substr, &rawValue32)) { in ParseIntegral()
417 if (isLong) { in ParseIntegral()
/system/tools/hidl/
DConstantExpression.cpp197 bool isLong = false, isUnsigned = false; in tryParse() local
205 isLong |= (*rbegin == 'l' || *rbegin == 'L'); in tryParse()
220 if(isLong) { in tryParse()