Home
last modified time | relevance | path

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

/system/ulib/trace-provider/include/trace-provider/
A Dprovider.h147 class TraceProviderEtc {
158 fbl::unique_ptr<TraceProviderEtc>* out_provider, in CreateSynchronously()
164 *out_provider = fbl::unique_ptr<TraceProviderEtc>( in CreateSynchronously()
165 new TraceProviderEtc(provider)); in CreateSynchronously()
170 TraceProviderEtc(zx::channel to_service, async_dispatcher_t* dispatcher) in TraceProviderEtc() function
175 TraceProviderEtc(zx::channel to_service, async_dispatcher_t* dispatcher, in TraceProviderEtc() function
181 ~TraceProviderEtc() { in ~TraceProviderEtc()
192 explicit TraceProviderEtc(trace_provider_t* provider) in TraceProviderEtc() function
199 class TraceProviderWithFdio : public TraceProviderEtc {
228 : TraceProviderEtc(provider) {} in TraceProviderWithFdio()

Completed in 3 milliseconds