Home
last modified time | relevance | path

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

/system/core/init/
Dkeychords_test.cpp178 class TestFrame { class
180 TestFrame(const std::vector<const std::vector<int>>& chords, EventHandler* ev = nullptr);
205 TestFrame::TestFrame(const std::vector<const std::vector<int>>& chords, EventHandler* ev) in TestFrame() function in android::init::__anon9c143ff60111::TestFrame
214 void TestFrame::RelaxForMs(std::chrono::milliseconds wait) { in RelaxForMs()
222 void TestFrame::SetChord(int key, bool value) { in SetChord()
228 void TestFrame::SetChords(const std::vector<int>& chord, bool value) { in SetChords()
234 void TestFrame::ClrChord(int key) { in ClrChord()
239 void TestFrame::ClrChords(const std::vector<int>& chord) { in ClrChords()
244 bool TestFrame::IsOnlyChord(const std::vector<int>& chord) const { in IsOnlyChord()
253 bool TestFrame::IsNoChord() const { in IsNoChord()
[all …]