Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 9 of 9) sorted by relevance

/system/logging/logd/
DCommandListener.h30 CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, LogStatistics* log_statistics);
52 PruneList* prune() const { return parent_->prune_; } \
DCommandListener.cpp44 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()
DChattyLogBuffer.h51 ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune,
DChattyLogBuffer.cpp43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer() argument
45 : SimpleLogBuffer(reader_list, tags, stats), prune_(prune) {} in ChattyLogBuffer()
DREADME.property43 This default means to prune the
/system/security/keystore2/src/
Doperation.rs261 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()
Dsecurity_level.rs328 self.operation_db.prune(caller_uid, forced)?; in create_operation()
/system/logging/liblog/
DREADME.md124 the reader until the buffer is about to prune at the start time then proceed to dumping content.
/system/chre/chpp/api_parser/
DREADME.md67 compiler can evaluate condition 1 and prune away code for the less-optimal path.