• Home
  • Raw
  • Download

Lines Matching defs:const

52 bool FakeEventHub::isDeviceEnabled(int32_t deviceId) const {  in isDeviceEnabled()
157 void FakeEventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
239 FakeEventHub::Device* FakeEventHub::getDevice(int32_t deviceId) const { in getDevice()
244 ftl::Flags<InputDeviceClass> FakeEventHub::getDeviceClasses(int32_t deviceId) const { in getDeviceClasses()
249 InputDeviceIdentifier FakeEventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier()
254 int32_t FakeEventHub::getDeviceControllerNumber(int32_t) const { in getDeviceControllerNumber()
258 std::optional<PropertyMap> FakeEventHub::getConfiguration(int32_t deviceId) const { in getConfiguration()
267 RawAbsoluteAxisInfo* outAxisInfo) const { in getAbsoluteAxisInfo()
280 bool FakeEventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis()
288 bool FakeEventHub::hasInputProperty(int32_t, int) const { in hasInputProperty()
292 bool FakeEventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent()
302 uint32_t* outFlags) const { in mapKey()
324 int32_t usageCode) const { in getKey()
340 status_t FakeEventHub::mapAxis(int32_t, int32_t, AxisInfo*) const { in mapAxis()
345 int32_t deviceId, int32_t absCode) const { in mapSensor()
382 int32_t FakeEventHub::getScanCodeState(int32_t deviceId, int32_t scanCode) const { in getScanCodeState()
393 std::optional<RawLayoutInfo> FakeEventHub::getRawLayoutInfo(int32_t deviceId) const { in getRawLayoutInfo()
398 int32_t FakeEventHub::getKeyCodeState(int32_t deviceId, int32_t keyCode) const { in getKeyCodeState()
409 int32_t FakeEventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState()
421 int32_t* outValue) const { in getAbsoluteAxisValue()
434 int32_t FakeEventHub::getKeyCodeForKeyLocation(int32_t deviceId, int32_t locationKeyCode) const { in getKeyCodeForKeyLocation()
445 uint8_t* outFlags) const { in markSupportedKeyCodes()
465 bool FakeEventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode()
474 bool FakeEventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode()
492 bool FakeEventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed()
512 int32_t deviceId, std::vector<VirtualKeyDefinition>& outVirtualKeys) const { in getVirtualKeyDefinitions()
521 const std::shared_ptr<KeyCharacterMap> FakeEventHub::getKeyCharacterMap(int32_t) const { in getKeyCharacterMap()
529 std::vector<int32_t> FakeEventHub::getVibratorIds(int32_t deviceId) const { in getVibratorIds()
533 std::optional<int32_t> FakeEventHub::getBatteryCapacity(int32_t, int32_t) const { in getBatteryCapacity() argument
537 std::optional<int32_t> FakeEventHub::getBatteryStatus(int32_t, int32_t) const { in getBatteryStatus() argument
541 std::vector<int32_t> FakeEventHub::getRawBatteryIds(int32_t deviceId) const { in getRawBatteryIds()
546 int32_t batteryId) const { in getRawBatteryInfo()
555 std::vector<int32_t> FakeEventHub::getRawLightIds(int32_t deviceId) const { in getRawLightIds()
563 std::optional<RawLightInfo> FakeEventHub::getRawLightInfo(int32_t deviceId, int32_t lightId) const { in getRawLightInfo()
580 std::optional<int32_t> FakeEventHub::getLightBrightness(int32_t deviceId, int32_t lightId) const { in getLightBrightness()
589 int32_t deviceId, int32_t lightId) const { in getLightIntensities()
597 void FakeEventHub::setSysfsRootPath(int32_t deviceId, std::string sysfsRootPath) const { in setSysfsRootPath()