Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-debounce.hpp44 struct debounce struct
46 typedef rxu::decay_t<T> source_value_type;
47 typedef rxu::decay_t<Coordination> coordination_type;
48 typedef typename coordination_type::coordinator_type coordinator_type;
49 typedef rxu::decay_t<Duration> duration_type;
51 struct debounce_values
62 debounce_values initial;
64 debounce(duration_type period, coordination_type coordination) in debounce() argument
70 struct debounce_observer
202 auto operator()(Subscriber dest) const in operator ()()
[all …]
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dgpio.h19 u32 debounce; member
/external/u-boot/arch/arm/mach-davinci/include/mach/
Dsyscfg_defs.h28 unsigned int debounce[8]; /* 0x54 */ member
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp854 auto debounce(AN&&... an) const in debounce() function in rxcpp::observable
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js2238 $.fn.debounce = function(func, wait, immediate) { function