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.cpp223 bool isLong = false; in ParseIntegral() local
257 isLong = true; in ParseIntegral()
261 string value_substr = value.substr(0, isLong ? value.size() - 1 : value.size()); in ParseIntegral()
268 if (!isLong) { in ParseIntegral()
/system/tools/hidl/
DConstantExpression.cpp191 bool isLong = false, isUnsigned = false; in tryParse() local
199 isLong |= (*rbegin == 'l' || *rbegin == 'L'); in tryParse()
214 if(isLong) { in tryParse()