Searched refs:drop (Results 1 - 6 of 6) sorted by relevance

/system/core/adb/daemon/
H A Dmain.cpp61 PLOG(FATAL) << "Could not drop capabilities";
87 bool drop = ro_secure; local
95 drop = false;
98 // ... and "adb unroot" lets you explicitly drop privileges.
100 drop = true;
103 return drop;
105 return true; // "adb root" not allowed, always drop privileges.
/system/vold/
H A DBenchmark.cpp100 nsecs_t drop = systemTime(SYSTEM_TIME_BOOTTIME); local
121 nsecs_t drop_d = drop - create;
122 nsecs_t run_d = run - drop;
126 LOG(INFO) << "drop took " << nanoseconds_to_milliseconds(drop_d) << "ms";
/system/bt/stack/avrc/
H A Davrc_api.c90 /* else drop the unknown event*/
533 BOOLEAN drop = FALSE; local
657 drop = TRUE;
675 drop = TRUE;
682 drop = TRUE;
717 drop = TRUE;
743 drop = TRUE;
747 else /* drop the event */
749 drop = TRUE;
762 drop
[all...]
/system/core/logd/
H A DLogStatistics.cpp134 // Atomically set an entry to drop
136 void LogStatistics::drop(LogBufferElement *element) { function in class:LogStatistics
142 uidTable[log_id].drop(element->getUid(), element);
144 pidSystemTable[log_id].drop(element->getPid(), element);
151 pidTable.drop(element->getPid(), element);
152 tidTable.drop(element->getTid(), element);
H A DLogStatistics.h115 inline void drop(TKey key, LogBufferElement *element) { function in class:LogHashtable
118 it->second.drop(element);
219 inline void drop(LogBufferElement *element) { function in struct:EntryBaseDropped
446 void drop(LogBufferElement *entry);
H A DLogBuffer.cpp454 // will appear to drop entries 'in the middle' when looking at multiple log
734 stats.drop(element);
762 break; // the following loop will ask bad clients to skip/drop

Completed in 1253 milliseconds