Home
last modified time | relevance | path

Searched defs:controller (Results 1 – 5 of 5) sorted by relevance

/test/xts/hats/hdf/audio/idl/effect_additional/src/
Deffect_model_test.cpp348 struct IEffectControl *controller = NULL; variable
359 struct IEffectControl *controller = NULL; variable
395 struct IEffectControl *controller = NULL; variable
405 struct IEffectControl *controller = NULL; variable
423 struct IEffectControl *controller = NULL; variable
441 struct IEffectControl *controller = NULL; variable
818 struct IEffectControl *controller = NULL; variable
841 struct IEffectControl *controller = NULL; variable
859 struct IEffectControl *controller = NULL; variable
880 struct IEffectControl *controller = NULL; variable
[all …]
/test/testfwk/arkxtest/uitest/server/
Dserver_main.cpp170 auto controller = SysUiController(); in ScreenCap() local
253 auto controller = make_unique<SysUiController>(); in UiRecord() local
279 auto controller = make_unique<SysUiController>(); in UiInput() local
/test/xts/dcts/multimedia/avsessionserver/src/main/js/ServiceAbility/
Dservice.js90 let controller; variable
/test/xts/hats/hdf/audio/idl/effect/src/
Deffect_model_test.cpp162 struct IEffectControl *controller = NULL; variable
/test/testfwk/arkxtest/uitest/core/
Dui_driver.cpp46 void UiDriver::RegisterController(std::unique_ptr<UiController> controller) in RegisterController()