Home
last modified time | relevance | path

Searched refs:isLong (Results 1 – 2 of 2) 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/hidl/
DConstantExpression.cpp189 bool isLong = false, isUnsigned = false; in tryParse() local
197 isLong |= (*rbegin == 'l' || *rbegin == 'L'); in tryParse()
212 if(isLong) { in tryParse()