Searched refs:mDroppedCount (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogBufferElement.h46 uint16_t mDroppedCount; // mDropped == true member in union:LogBufferElement::__anon1703
81 return mDropped ? mDroppedCount : 0;
H A DLogBufferElement.cpp89 return mDroppedCount = value;

Completed in 60 milliseconds