Home
last modified time | relevance | path

Searched defs:PendingFlush (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp46678 struct PendingFlush { struct in perfetto::TracingServiceImpl
46679 std::set<ProducerID> producers;
46680 ConsumerEndpoint::FlushCallback callback;
46681 explicit PendingFlush(decltype(callback) cb) : callback(std::move(cb)) {} in PendingFlush() function