Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h227 void parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
DLogEvent.cpp161 void LogEvent::parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseKeyValuePairs() function in android::os::statsd::LogEvent
396 parseKeyValuePairs(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()