HomeSort by relevance Sort by last modified time
    Searched refs:SwitchInputMapper (Results 1 - 3 of 3) sorted by null

  /frameworks/base/include/ui/
InputReader.h 390 class SwitchInputMapper : public InputMapper {
392 SwitchInputMapper(InputDevice* device);
393 virtual ~SwitchInputMapper();
  /frameworks/base/libs/ui/
InputReader.cpp 317 device->addMapper(new SwitchInputMapper(device));
817 // --- SwitchInputMapper ---
819 SwitchInputMapper::SwitchInputMapper(InputDevice* device) :
823 SwitchInputMapper::~SwitchInputMapper() {
826 uint32_t SwitchInputMapper::getSources() {
830 void SwitchInputMapper::process(const RawEvent* rawEvent) {
838 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) {
842 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode)
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp     [all...]

Completed in 43 milliseconds