Searched refs:Mask (Results 1 – 2 of 2) sorted by relevance
50 Keychords::Mask::Mask(size_t bit) : bits_((bit + sizeof(mask_t) - 1) / sizeof(mask_t), 0) {} in Mask() function in android::init::Keychords::Mask67 size_t Keychords::Mask::bytesize() const { in bytesize()71 void* Keychords::Mask::data() { in data()75 size_t Keychords::Mask::size() const { in size()86 Keychords::Mask::operator bool() const {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()[all …]
44 class Mask {46 explicit Mask(size_t bit = 0);57 Mask operator&(const Mask& rval) const;58 void operator|=(const Mask& rval);91 Mask current_;