Searched refs:TraceProviderEtc (Results 1 – 1 of 1) sorted by relevance
147 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() function175 TraceProviderEtc(zx::channel to_service, async_dispatcher_t* dispatcher, in TraceProviderEtc() function181 ~TraceProviderEtc() { in ~TraceProviderEtc()192 explicit TraceProviderEtc(trace_provider_t* provider) in TraceProviderEtc() function199 class TraceProviderWithFdio : public TraceProviderEtc {228 : TraceProviderEtc(provider) {} in TraceProviderWithFdio()
Completed in 3 milliseconds