Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Devent_tracer.cc77 static bool EventTracingThreadFunc(void* params);
86 : logging_thread_(EventTracingThreadFunc, this, "EventTracingThread"), in EventLogger()
193 static bool EventTracingThreadFunc(void* params) { in EventTracingThreadFunc() function