Home
last modified time | relevance | path

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

/system/core/logd/
DReplayMessages.cpp230 class SingleBufferOperation : public Operation { class
232 SingleBufferOperation(log_time first_log_timestamp, const char* buffer) { in SingleBufferOperation() function in SingleBufferOperation
273 class PrintMemory : public SingleBufferOperation {
276 : SingleBufferOperation(first_log_timestamp, buffer) {} in PrintMemory()
289 class PrintLogs : public SingleBufferOperation {
293 : SingleBufferOperation(first_log_timestamp, buffer) { in PrintLogs()
343 class PrintLatency : public SingleBufferOperation {
346 : SingleBufferOperation(first_log_timestamp, buffer) {} in PrintLatency()
419 operation.reset(new SingleBufferOperation(first_log_timestamp, argv[3])); in main()