Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DMouseInputMapper.cpp132 uint32_t buttonToBit(int32_t code) { in buttonToBit() function
142 mButtonValues.markBit(buttonToBit(code)); in processButton()
144 mButtonValues.clearBit(buttonToBit(code)); in processButton()
146 mUpdatedButtonMask.markBit(buttonToBit(code)); in processButton()