• Home
  • Raw
  • Download

Lines Matching refs:InputDevice

195     std::shared_ptr<InputDevice> device = createDeviceLocked(eventHubId, identifier);  in addDeviceLocked()
239 std::shared_ptr<InputDevice> device = std::move(deviceIt->second); in removeDeviceLocked()
277 std::shared_ptr<InputDevice> InputReader::createDeviceLocked( in createDeviceLocked()
284 std::shared_ptr<InputDevice> device; in createDeviceLocked()
289 device = std::make_shared<InputDevice>(&mContext, deviceId, bumpGenerationLocked(), in createDeviceLocked()
304 std::shared_ptr<InputDevice>& device = deviceIt->second; in processEventsForDeviceLocked()
313 InputDevice* InputReader::findInputDeviceLocked(int32_t deviceId) { in findInputDeviceLocked()
326 std::shared_ptr<InputDevice>& device = devicePair.second; in timeoutExpiredLocked()
364 std::shared_ptr<InputDevice>& device = devicePair.second; in refreshConfigurationLocked()
380 std::shared_ptr<InputDevice>& device = devicePair.second; in updateGlobalMetaStateLocked()
392 std::shared_ptr<InputDevice>& device = devicePair.second; in updateLedMetaStateLocked()
407 std::shared_ptr<InputDevice>& device = devicePair.second; in getExternalStylusDevicesLocked()
416 std::shared_ptr<InputDevice>& device = devicePair.second; in dispatchExternalStylusStateLocked()
508 return getStateLocked(deviceId, sourceMask, keyCode, &InputDevice::getKeyCodeState); in getKeyCodeState()
514 return getStateLocked(deviceId, sourceMask, scanCode, &InputDevice::getScanCodeState); in getScanCodeState()
520 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState); in getSwitchState()
527 InputDevice* device = findInputDeviceLocked(deviceId); in getStateLocked()
533 std::shared_ptr<InputDevice>& device = devicePair.second; in getStateLocked()
551 InputDevice* device = findInputDeviceLocked(deviceId); in toggleCapsLockState()
577 InputDevice* device = findInputDeviceLocked(deviceId); in markSupportedKeyCodesLocked()
583 std::shared_ptr<InputDevice>& device = devicePair.second; in markSupportedKeyCodesLocked()
609 InputDevice* device = findInputDeviceLocked(deviceId); in vibrate()
618 InputDevice* device = findInputDeviceLocked(deviceId); in cancelVibrate()
627 InputDevice* device = findInputDeviceLocked(deviceId); in isVibrating()
637 InputDevice* device = findInputDeviceLocked(deviceId); in getVibratorIds()
647 InputDevice* device = findInputDeviceLocked(deviceId); in disableSensor()
658 InputDevice* device = findInputDeviceLocked(deviceId); in enableSensor()
668 InputDevice* device = findInputDeviceLocked(deviceId); in flushSensor()
677 InputDevice* device = findInputDeviceLocked(deviceId); in getBatteryCapacity()
687 InputDevice* device = findInputDeviceLocked(deviceId); in getBatteryStatus()
697 InputDevice* device = findInputDeviceLocked(deviceId); in getLights()
708 InputDevice* device = findInputDeviceLocked(deviceId); in getSensors()
719 InputDevice* device = findInputDeviceLocked(deviceId); in setLightColor()
729 InputDevice* device = findInputDeviceLocked(deviceId); in setLightPlayerId()
739 InputDevice* device = findInputDeviceLocked(deviceId); in getLightColor()
749 InputDevice* device = findInputDeviceLocked(deviceId); in getLightPlayerId()
759 InputDevice* device = findInputDeviceLocked(deviceId); in isInputDeviceEnabled()
770 InputDevice* device = findInputDeviceLocked(deviceId); in canDispatchToDisplay()
805 const std::shared_ptr<InputDevice>& device = devicePair.first; in dump()