Searched refs:parseInt64 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/statsd/src/logd/ |
D | LogEvent.cpp | 114 void LogEvent::parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseInt64() function in android::os::statsd::LogEvent 182 parseInt64(pos, /*depth=*/2, last, /*numAnnotations=*/0); in parseKeyValuePairs() 384 parseInt64(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
|
D | LogEvent.h | 222 void parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
|