Lines Matching refs:NormalContext
25 #include "NormalContext.h"
39 void NormalContext::CreateContext()
42 NormalContext::CommonParts common = MakeCommonParts();
50 NormalContext::CommonParts NormalContext::MakeCommonParts()
55 return NormalContext::CommonParts(thr, sceneTimerInfrastructure, eventsPoster);
58 void NormalContext::InitAppStartMonitor(const NormalContext::CommonParts& common)
75 IMonitor* NormalContext::MakeAppStartMonitor(const NormalContext::CommonParts& common)
90 void NormalContext::InitJankAnimatorMonitor(const NormalContext::CommonParts& common)
98 IMonitor* NormalContext::MakeJankAnimatorMonitor(const NormalContext::CommonParts& common)