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

/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/core/adb/
H A Dadb_main.cpp115 // The emulator is never secure, so don't drop privileges there.
139 bool drop = ro_secure; local
147 drop = false;
150 // ...and "adb unroot" lets you explicitly drop privileges.
152 drop = true;
155 return drop;
157 return true; // "adb root" not allowed, always drop privileges.
/system/bt/stack/avrc/
H A Davrc_api.c90 /* else drop the unknown event*/
555 BOOLEAN drop = FALSE; local
679 drop = TRUE;
697 drop = TRUE;
704 drop = TRUE;
739 drop = TRUE;
765 drop = TRUE;
769 else /* drop the event */
771 drop = TRUE;
784 drop
[all...]
/system/core/logd/
H A DLogStatistics.h106 inline void drop(TKey key, LogBufferElement *e) { function in class:LogHashtable
109 it->second.drop(e);
146 inline void drop(LogBufferElement *e) { function in struct:EntryBaseDropped
322 void drop(LogBufferElement *entry);
H A DLogStatistics.cpp119 // Atomically set an entry to drop
121 void LogStatistics::drop(LogBufferElement *e) { function in class:LogStatistics
126 uidTable[log_id].drop(e->getUid(), e);
132 pidTable.drop(e->getPid(), e);
133 tidTable.drop(e->getTid(), e);
H A DLogBuffer.cpp488 stats.drop(e);
507 break; // the following loop will ask bad clients to skip/drop

Completed in 240 milliseconds