Searched refs:flush_handler (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/cobalt-client/
H A Dcounter.cpp24 bool RemoteCounter::Flush(const RemoteCounter::FlushFn& flush_handler) { argument
30 flush_handler(metric_id_, buffer_, fbl::BindMember(&buffer_, &EventBuffer::CompleteFlush));
H A Dhistogram.cpp117 bool RemoteHistogram::Flush(const RemoteHistogram::FlushFn& flush_handler) { argument
128 flush_handler(metric_id_, buffer_, fbl::BindMember(&buffer_, &EventBuffer::CompleteFlush));
/fuchsia/zircon/system/ulib/cobalt-client/include/cobalt-client/cpp/
H A Dhistogram-internal.h89 // which is sent to the flush_handler. Returns false if the call was ignored.
93 bool Flush(const FlushFn& flush_handler);
H A Dcounter-internal.h82 bool Flush(const FlushFn& flush_handler);

Completed in 28 milliseconds