• Home
  • Raw
  • Download

Lines Matching defs:deviceId

754 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {  in getConfiguration()
764 status_t EventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis, in getAbsoluteAxisInfo()
794 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis()
803 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty()
812 bool EventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent()
821 int32_t EventHub::getScanCodeState(int32_t deviceId, int32_t scanCode) const { in getScanCodeState()
835 int32_t EventHub::getKeyCodeState(int32_t deviceId, int32_t keyCode) const { in getKeyCodeState()
857 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState()
871 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue()
893 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, const int32_t* keyCodes, in markSupportedKeyCodes()
921 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
962 status_t EventHub::mapAxis(int32_t deviceId, int32_t scanCode, AxisInfo* outAxisInfo) const { in mapAxis()
976 base::Result<std::pair<InputDeviceSensorType, int32_t>> EventHub::mapSensor(int32_t deviceId, in mapSensor()
999 const std::vector<int32_t> EventHub::getRawBatteryIds(int32_t deviceId) { in getRawBatteryIds()
1010 std::optional<RawBatteryInfo> EventHub::getRawBatteryInfo(int32_t deviceId, int32_t batteryId) { in getRawBatteryInfo()
1035 const std::vector<int32_t> EventHub::getRawLightIds(int32_t deviceId) { in getRawLightIds()
1046 std::optional<RawLightInfo> EventHub::getRawLightInfo(int32_t deviceId, int32_t lightId) { in getRawLightInfo()
1059 std::optional<int32_t> EventHub::getLightBrightness(int32_t deviceId, int32_t lightId) { in getLightBrightness()
1076 int32_t deviceId, int32_t lightId) { in getLightIntensities()
1115 void EventHub::setLightBrightness(int32_t deviceId, int32_t lightId, int32_t brightness) { in setLightBrightness()
1132 void EventHub::setLightIntensities(int32_t deviceId, int32_t lightId, in setLightIntensities()
1178 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode()
1187 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed()
1197 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState()
1205 void EventHub::getVirtualKeyDefinitions(int32_t deviceId, in getVirtualKeyDefinitions()
1227 bool EventHub::setKeyboardLayoutOverlay(int32_t deviceId, std::shared_ptr<KeyCharacterMap> map) { in setKeyboardLayoutOverlay()
1288 void EventHub::vibrate(int32_t deviceId, const VibrationElement& element) { in vibrate()
1323 void EventHub::cancelVibrate(int32_t deviceId) { in cancelVibrate()
1345 std::vector<int32_t> EventHub::getVibratorIds(int32_t deviceId) { in getVibratorIds()
1406 std::optional<int32_t> EventHub::getBatteryCapacity(int32_t deviceId, int32_t batteryId) const { in getBatteryCapacity()
1437 std::optional<int32_t> EventHub::getBatteryStatus(int32_t deviceId, int32_t batteryId) const { in getBatteryStatus()
1622 int32_t deviceId = device->id == mBuiltInKeyboardId ? 0 : device->id; in getEvents() local
1718 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames()
1931 int32_t deviceId = mNextDeviceId++; in openDeviceLocked() local
2194 bool EventHub::isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled()
2204 status_t EventHub::enableDevice(int32_t deviceId) { in enableDevice()
2226 status_t EventHub::disableDevice(int32_t deviceId) { in disableDevice()