Searched refs:Keychords (Results 1 – 4 of 4) sorted by relevance
40 Keychords::Keychords() : epoll_(nullptr), inotify_fd_(-1) {} in Keychords() function in android::init::Keychords42 Keychords::~Keychords() noexcept { in ~Keychords()71 void* Keychords::Mask::data() { in data()75 size_t Keychords::Mask::size() const { in size()93 Keychords::Mask Keychords::Mask::operator&(const Keychords::Mask& rval) const { in operator &()95 Keychords::Mask ret; in operator &()103 void Keychords::Mask::operator|=(const Keychords::Mask& rval) { in operator |=()113 void Keychords::LambdaCheck() { in LambdaCheck()146 Keychords::Mask mask(EV_KEY); in GeteventEnable()159 Keychords::Mask mask; in GeteventEnable()[all …]
30 class Keychords {32 Keychords();33 Keychords(const Keychords&) = delete;34 Keychords(Keychords&&) = delete;35 Keychords& operator=(const Keychords&) = delete;36 Keychords& operator=(Keychords&&) = delete;37 ~Keychords() noexcept;
200 Keychords keychords_;
1063 Keychords keychords; in SecondStageMain()