Home | History | Annotate | Download | only in logd

Lines Matching refs:dropped

224         LogBufferElement* dropped = droppedElements[log_id];
225 unsigned short count = dropped ? dropped->getDropped() : 0;
229 // dropped = nullptr
233 // dropped = nullptr -> State 0
239 // dropped = nullptr
243 // dropped = copy of first identical message -> State 1
246 // dropped = nullptr -> State 0
253 // dropped = copy of first identical message
258 // delete copy of first identical message (dropped)
259 // dropped = reference to last held-back incoming
263 // dropped = copy of first identical message -> State 1
272 // delete dropped
273 // dropped = nullptr -> State 0
280 // dropped = chatty message holding count
283 // dropped = chatty message holding count
287 // dropped = reference to last held-back incoming
291 // log dropped (chatty message)
292 // dropped = nullptr -> State 0
299 if (dropped) {
334 log(dropped);
337 delete dropped;
351 if (dropped) { // State 1 or 2
353 log(dropped); // report chatty
355 delete dropped;
571 bool coalesce(LogBufferElement* element, unsigned short dropped) {
578 if ((dropped + moreDropped) > USHRT_MAX) {
581 found->setDropped(dropped + moreDropped);
813 unsigned short dropped = element->getDropped();
816 if (leading && dropped) {
821 if (dropped && last.coalesce(element, dropped)) {
833 if (dropped) {
857 if (dropped) {
1165 // Dropped (chatty) immediately following a valid log from the