Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Tracing/
DLayerDataSource.cpp77 bool isBugreport = args.flush_flags.reason() == perfetto::FlushFlags::Reason::kTraceClone && in OnFlush() local
81 p->onFlush(mMode, mFlags, isBugreport); in OnFlush()
DLayerTracing.cpp103 void LayerTracing::onFlush(Mode mode, uint32_t flags, bool isBugreport) { in onFlush() argument
113 if (mode == Mode::MODE_GENERATED_BUGREPORT_ONLY && !isBugreport) { in onFlush()
DLayerTracing.h111 void onFlush(Mode mode, uint32_t flags, bool isBugreport);