Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc80 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in Log()
99 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in Plot()
122 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotBar()
135 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotBaselineBar()
151 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotErrorBar()
170 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotLimitErrorBar()
185 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotLabel()
234 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PopState()
Dbwe_test_logging.h305 typedef std::map<uint32_t, ThreadState> ThreadMap; typedef
314 ThreadMap thread_map_;
/external/perfetto/ui/src/frontend/
Dglobals.ts49 type ThreadMap = Map<number, ThreadDesc>; alias
65 private _threadMap?: ThreadMap = undefined;