Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dkeychords.cpp40 Keychords::Keychords() : epoll_(nullptr), inotify_fd_(-1) {} in Keychords() function in android::init::Keychords
42 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 …]
H A Dkeychords.h30 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;
H A Dkeychords_test.cpp200 Keychords keychords_;
H A Dinit.cpp1063 Keychords keychords; in SecondStageMain()