Searched defs:controller (Results 1 – 5 of 5) sorted by relevance
348 struct IEffectControl *controller = NULL; variable359 struct IEffectControl *controller = NULL; variable395 struct IEffectControl *controller = NULL; variable405 struct IEffectControl *controller = NULL; variable423 struct IEffectControl *controller = NULL; variable441 struct IEffectControl *controller = NULL; variable818 struct IEffectControl *controller = NULL; variable841 struct IEffectControl *controller = NULL; variable859 struct IEffectControl *controller = NULL; variable880 struct IEffectControl *controller = NULL; variable[all …]
170 auto controller = SysUiController(); in ScreenCap() local253 auto controller = make_unique<SysUiController>(); in UiRecord() local279 auto controller = make_unique<SysUiController>(); in UiInput() local
90 let controller; variable
162 struct IEffectControl *controller = NULL; variable
46 void UiDriver::RegisterController(std::unique_ptr<UiController> controller) in RegisterController()