Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dtouchpad.cpp30 return touchpad_configs_; in GetConfigs()
35 touchpad_configs_ = configs; in SetConfigs()
41 std::vector<CuttlefishConfig::TouchpadConfig> touchpad_configs_; member in cuttlefish::__anoneb1765220111::TouchpadsConfigsImpl
58 : touchpad_configs_(configs), config_flag_dependency_(config_flag) {} in INJECT()
67 touchpad_configs_.SetConfigs(CF_EXPECT(ParseTouchpadConfigsFromArgs(args))); in Process()
77 TouchpadsConfigs& touchpad_configs_; member in cuttlefish::__anoneb1765220211::TouchpadsConfigsFlagImpl