Home
last modified time | relevance | path

Searched defs:poll_interval (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/update_engine/update_manager/
H A Dvariable.h112 BaseVariable(const std::string& name, base::TimeDelta poll_interval) in BaseVariable()
116 void SetPollInterval(base::TimeDelta poll_interval) { in SetPollInterval()
145 base::TimeDelta poll_interval) in BaseVariable()
210 Variable(const std::string& name, const base::TimeDelta poll_interval) in Variable()
H A Dgeneric_variables.h72 const base::TimeDelta poll_interval, in PollCopyVariable()
81 const base::TimeDelta poll_interval, in PollCopyVariable()
86 const base::TimeDelta poll_interval, in PollCopyVariable()
152 const base::TimeDelta poll_interval, in CallCopyVariable()
H A Dfake_variable.h34 FakeVariable(const std::string& name, base::TimeDelta poll_interval) in FakeVariable()
H A Dreal_system_provider.cc54 const base::TimeDelta poll_interval, in RetryPollVariable()
H A Dvariable_unittest.cc40 DefaultVariable(const string& name, const TimeDelta& poll_interval) in DefaultVariable()
/aosp12/system/update_engine/cros/
H A Domaha_response.h37 int poll_interval = 0; member
H A Domaha_request_action.cc163 string poll_interval; member
/aosp12/frameworks/native/libs/gui/tests/
H A DRegionSampling_test.cpp119 auto const poll_interval = in __anon4d7e458f0302() local
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto627 optional SettingProto poll_interval = 2 [ (android.privacy).dest = DEST_AUTOMATIC ]; field