Lines Matching refs:Mask
50 Keychords::Mask::Mask(size_t bit) : bits_((bit + sizeof(mask_t) - 1) / sizeof(mask_t), 0) {} in Mask() function in android::init::Keychords::Mask
52 void Keychords::Mask::SetBit(size_t bit, bool value) { in SetBit()
62 bool Keychords::Mask::GetBit(size_t bit) const { in GetBit()
67 size_t Keychords::Mask::bytesize() const { in bytesize()
71 void* Keychords::Mask::data() { in data()
75 size_t Keychords::Mask::size() const { in size()
79 void Keychords::Mask::resize(size_t bit) { in resize()
86 Keychords::Mask::operator bool() const { in operator bool()
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 |=()
146 Keychords::Mask mask(EV_KEY); in GeteventEnable()
159 Keychords::Mask mask; in GeteventEnable()
168 Keychords::Mask available(mask.size()); in GeteventEnable()
183 Keychords::Mask set(mask.size()); in GeteventEnable()