Home
last modified time | relevance | path

Searched refs:mCurrentCookedState (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp1419 mCurrentCookedState.clear(); in reset()
1517 mCurrentCookedState.clear(); in processRawTouches()
1569 mCurrentCookedState.clear(); in cookAndDispatch()
1639 mCurrentCookedState.mouseIdBits.clear(); in cookAndDispatch()
1640 mCurrentCookedState.fingerIdBits.clear(); in cookAndDispatch()
1643 mCurrentCookedState.fingerIdBits.clear(); in cookAndDispatch()
1678 mLastCookedState.copyFrom(mCurrentCookedState); in cookAndDispatch()
2107 mCurrentCookedState.cookedPointerData.clear(); in cookPointerData()
2117 mCurrentCookedState.buttonState = 0; in cookPointerData()
3411 if (!mCurrentCookedState.stylusIdBits.isEmpty()) { in dispatchPointerStylus()
[all …]
H A DTouchInputMapper.h370 CookedState mCurrentCookedState; variable