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 375 class SwitchInputMapper : public InputMapper {
377 SwitchInputMapper(InputDevice* device);
378 virtual ~SwitchInputMapper();
  /frameworks/base/libs/ui/
InputReader.cpp 317 device->addMapper(new SwitchInputMapper(device));
799 // --- SwitchInputMapper ---
801 SwitchInputMapper::SwitchInputMapper(InputDevice* device) :
805 SwitchInputMapper::~SwitchInputMapper() {
808 uint32_t SwitchInputMapper::getSources() {
812 void SwitchInputMapper::process(const RawEvent* rawEvent) {
820 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) {
824 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode)
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp     [all...]

Completed in 22 milliseconds