Lines Matching refs:TouchInputMapper

2722 // --- TouchInputMapper ---
2724 TouchInputMapper::TouchInputMapper(InputDevice* device) :
2731 TouchInputMapper::~TouchInputMapper() {
2734 uint32_t TouchInputMapper::getSources() {
2738 void TouchInputMapper::populateDeviceInfo(InputDeviceInfo* info) {
2796 void TouchInputMapper::dump(String8& dump) {
2889 void TouchInputMapper::configure(nsecs_t when,
2940 void TouchInputMapper::resolveExternalStylusPresence() {
2950 void TouchInputMapper::configureParameters() {
3027 void TouchInputMapper::dumpParameters(String8& dump) {
3065 void TouchInputMapper::configureRawPointerAxes() {
3069 void TouchInputMapper::dumpRawPointerAxes(String8& dump) {
3086 bool TouchInputMapper::hasExternalStylus() const {
3090 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) {
3501 void TouchInputMapper::dumpSurface(String8& dump) {
3520 void TouchInputMapper::configureVirtualKeys() {
3572 void TouchInputMapper::dumpVirtualKeys(String8& dump) {
3587 void TouchInputMapper::parseCalibration() {
3684 void TouchInputMapper::resolveCalibration() {
3727 void TouchInputMapper::dumpCalibration(String8& dump) {
3830 void TouchInputMapper::dumpAffineTransformation(String8& dump) {
3841 void TouchInputMapper::updateAffineTransformation() {
3846 void TouchInputMapper::reset(nsecs_t when) {
3880 void TouchInputMapper::resetExternalStylus() {
3887 void TouchInputMapper::clearStylusDataPendingFlags() {
3892 void TouchInputMapper::process(const RawEvent* rawEvent) {
3902 void TouchInputMapper::sync(nsecs_t when) {
3943 void TouchInputMapper::processRawTouches(bool timeout) {
3994 void TouchInputMapper::cookAndDispatch(nsecs_t when) {
4117 void TouchInputMapper::applyExternalStylusButtonState(nsecs_t when) {
4123 void TouchInputMapper::applyExternalStylusTouchState(nsecs_t when) {
4144 bool TouchInputMapper::assignExternalStylusId(const RawState& state, bool timeout) {
4187 void TouchInputMapper::timeoutExpired(nsecs_t when) {
4201 void TouchInputMapper::updateExternalStylusState(const StylusState& state) {
4212 bool TouchInputMapper::consumeRawTouches(nsecs_t when, uint32_t policyFlags) {
4313 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, uint32_t policyFlags,
4326 void TouchInputMapper::abortTouches(nsecs_t when, uint32_t policyFlags) {
4342 void TouchInputMapper::dispatchTouches(nsecs_t when, uint32_t policyFlags) {
4429 void TouchInputMapper::dispatchHoverExit(nsecs_t when, uint32_t policyFlags) {
4445 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags) {
4471 void TouchInputMapper::dispatchButtonRelease(nsecs_t when, uint32_t policyFlags) {
4489 void TouchInputMapper::dispatchButtonPress(nsecs_t when, uint32_t policyFlags) {
4506 const BitSet32& TouchInputMapper::findActiveIdBits(const CookedPointerData& cookedPointerData) {
4513 void TouchInputMapper::cookPointerData() {
4775 void TouchInputMapper::dispatchPointerUsage(nsecs_t when, uint32_t policyFlags,
4797 void TouchInputMapper::abortPointerUsage(nsecs_t when, uint32_t policyFlags) {
4815 void TouchInputMapper::dispatchPointerGestures(nsecs_t when, uint32_t policyFlags,
5024 void TouchInputMapper::abortPointerGestures(nsecs_t when, uint32_t policyFlags) {
5049 bool TouchInputMapper::preparePointerGestures(nsecs_t when,
5815 void TouchInputMapper::dispatchPointerStylus(nsecs_t when, uint32_t policyFlags) {
5846 void TouchInputMapper::abortPointerStylus(nsecs_t when, uint32_t policyFlags) {
5850 void TouchInputMapper::dispatchPointerMouse(nsecs_t when, uint32_t policyFlags) {
5899 void TouchInputMapper::abortPointerMouse(nsecs_t when, uint32_t policyFlags) {
5905 void TouchInputMapper::dispatchPointerSimple(nsecs_t when, uint32_t policyFlags,
6027 void TouchInputMapper::abortPointerSimple(nsecs_t when, uint32_t policyFlags) {
6034 void TouchInputMapper::dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source,
6079 bool TouchInputMapper::updateMovedPointers(const PointerProperties* inProperties,
6107 void TouchInputMapper::fadePointer() {
6113 void TouchInputMapper::cancelTouch(nsecs_t when) {
6118 bool TouchInputMapper::isPointInsideSurface(int32_t x, int32_t y) {
6123 const TouchInputMapper::VirtualKey* TouchInputMapper::findVirtualKeyHit(
6146 void TouchInputMapper::assignPointerIds(const RawState* last, RawState* current) {
6333 int32_t TouchInputMapper::getKeyCodeState(uint32_t sourceMask, int32_t keyCode) {
6349 int32_t TouchInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) {
6365 bool TouchInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes,
6385 TouchInputMapper(device) {
6394 TouchInputMapper::reset(when);
6398 TouchInputMapper::process(rawEvent);
6436 TouchInputMapper::configureRawPointerAxes();
6455 TouchInputMapper(device) {
6466 TouchInputMapper::reset(when);
6470 TouchInputMapper::process(rawEvent);
6560 TouchInputMapper::configureRawPointerAxes();