Searched defs:INTERVAL (Results 1 – 4 of 4) sorted by relevance
64 const static int64_t INTERVAL = 15 * 60 * 1000; // 1s = 1000ms variable
33 … explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid) in INTERVAL() function68 const uint32_t INTERVAL; variable
49 const int INTERVAL = 5000; variable
138 constexpr int32_t INTERVAL = 20; in SendKeyboardInfo() local