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

  /hardware/libhardware/tests/input/evdev/
InputMocks.h 45 virtual uint16_t getBusType() const override { return mBusType; }
50 void setBusType(uint16_t busType) { mBusType = busType; }
109 uint16_t mBusType = 0;
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 86 virtual uint16_t getBusType() const override { return mBusType; }
123 uint16_t mBusType;
192 mBusType = inputId.bustype;
216 mBusType, mVendorId, mProductId, mVersion);

Completed in 103 milliseconds