Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp131 enum match_type { DIFFERENT, SAME, SAME_LIBLOG }; enum
133 static enum match_type identical(LogBufferElement* elem, in identical()
297 enum match_type match = identical(elem, currentLast); in log()