• Home
  • Raw
  • Download

Lines Matching defs:deviceId

340 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {  in getConfiguration()
350 status_t EventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis, in getAbsoluteAxisInfo()
380 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis()
392 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty()
404 int32_t EventHub::getScanCodeState(int32_t deviceId, int32_t scanCode) const { in getScanCodeState()
420 int32_t EventHub::getKeyCodeState(int32_t deviceId, int32_t keyCode) const { in getKeyCodeState()
444 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState()
460 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue()
482 bool EventHub::markSupportedKeyCodes(int32_t deviceId, size_t numCodes, in markSupportedKeyCodes()
510 status_t EventHub::mapKey(int32_t deviceId, in mapKey()
552 status_t EventHub::mapAxis(int32_t deviceId, int32_t scanCode, AxisInfo* outAxisInfo) const { in mapAxis()
572 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode()
583 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { in hasLed()
595 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { in setLedState()
618 void EventHub::getVirtualKeyDefinitions(int32_t deviceId, in getVirtualKeyDefinitions()
640 bool EventHub::setKeyboardLayoutOverlay(int32_t deviceId, in setKeyboardLayoutOverlay()
706 void EventHub::vibrate(int32_t deviceId, nsecs_t duration) { in vibrate()
740 void EventHub::cancelVibrate(int32_t deviceId) { in cancelVibrate()
962 int32_t deviceId = device->id == mBuiltInKeyboardId ? 0 : device->id; in getEvents() local
1059 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames()
1260 int32_t deviceId = mNextDeviceId++; in openDeviceLocked() local
1539 bool EventHub::isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled()
1549 status_t EventHub::enableDevice(int32_t deviceId) { in enableDevice()
1571 status_t EventHub::disableDevice(int32_t deviceId) { in disableDevice()