Searched refs:prune (Results 1 – 9 of 9) sorted by relevance
/system/logging/logd/ |
D | CommandListener.h | 30 CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, LogStatistics* log_statistics); 52 PruneList* prune() const { return parent_->prune_; } \
|
D | CommandListener.cpp | 44 CommandListener::CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, in CommandListener() argument 46 : FrameworkListener(getLogSocket()), buf_(buf), tags_(tags), prune_(prune), stats_(stats) { in CommandListener() 195 cli->sendMsg(PackageString(prune()->Format()).c_str()); in runCommand() 214 if (!prune()->Init(str.c_str())) { in runCommand() 272 prune()->Init(nullptr); in runCommand()
|
D | ChattyLogBuffer.h | 51 ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune,
|
D | ChattyLogBuffer.cpp | 43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer() argument 45 : SimpleLogBuffer(reader_list, tags, stats), prune_(prune) {} in ChattyLogBuffer()
|
D | README.property | 43 This default means to prune the
|
/system/security/keystore2/src/ |
D | operation.rs | 261 fn prune(&self, last_usage: Instant) -> Result<(), Error> { in prune() method 635 pub fn prune(&self, caller: u32, forced: bool) -> Result<(), Error> { in prune() method 738 match op.prune(last_usage) { in prune()
|
D | security_level.rs | 328 self.operation_db.prune(caller_uid, forced)?; in create_operation()
|
/system/logging/liblog/ |
D | README.md | 124 the reader until the buffer is about to prune at the start time then proceed to dumping content.
|
/system/chre/chpp/api_parser/ |
D | README.md | 67 compiler can evaluate condition 1 and prune away code for the less-optimal path.
|