Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp37386 ConsoleInterceptor::ThreadLocalState::ThreadLocalState( in ThreadLocalState() function in perfetto::ConsoleInterceptor::ThreadLocalState
37395 ConsoleInterceptor::ThreadLocalState::~ThreadLocalState() = default;
37856 InterceptorBase::ThreadLocalState::~ThreadLocalState() = default;
37972 InterceptorTraceWriter(std::unique_ptr<InterceptorBase::ThreadLocalState> tls,
37985 std::unique_ptr<InterceptorBase::ThreadLocalState> tls_;
38036 std::unique_ptr<InterceptorBase::ThreadLocalState> tls, in InterceptorTraceWriter()
Dperfetto.h2317 class ThreadLocalState {
2319 virtual ~ThreadLocalState();
2356 ThreadLocalState* tls;
2361 using TLSFactory = std::unique_ptr<ThreadLocalState> (*)(
2423 typename InterceptorType::ThreadLocalState& GetThreadLocalState() { in GetThreadLocalState()
2424 return static_cast<typename InterceptorType::ThreadLocalState&>(*tls_); in GetThreadLocalState()
2441 InterceptorBase::ThreadLocalState* const tls_;
2458 if (std::is_same<typename InterceptorType::ThreadLocalState, in Register()
2459 InterceptorBase::ThreadLocalState>::value) { in Register()
2460 return std::unique_ptr<InterceptorBase::ThreadLocalState>(nullptr); in Register()
[all …]