Home
last modified time | relevance | path

Searched refs:checkPreviousValueType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp269 bool LogEvent::checkPreviousValueType(Type expected) const { in checkPreviousValueType() function in android::os::statsd::LogEvent
286 if (mValues.empty() || numElements > mValues.size() || !checkPreviousValueType(INT) || in parseIsUidAnnotation()
350 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseExclusiveStateAnnotation()
365 if (mValues.empty() || annotationType != INT32_TYPE || !checkPreviousValueType(INT) || in parseTriggerStateResetAnnotation()
378 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseStateNestedAnnotation()
DLogEvent.h299 bool checkPreviousValueType(Type expected) const;