Home
last modified time | relevance | path

Searched defs:scanCode (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp212 int32_t scanCode = rawEvent->code; in process() local
236 bool KeyboardInputMapper::isKeyboardOrGamepadKey(int32_t scanCode) { in isKeyboardOrGamepadKey()
271 void KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, int32_t scanCode, in processKey()
360 ssize_t KeyboardInputMapper::findKeyDown(int32_t scanCode) { in findKeyDown()
374 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
H A DKeyboardInputMapper.h53 int32_t scanCode; member
H A DInputMapper.cpp46 int32_t InputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
H A DCursorInputMapper.cpp494 int32_t CursorInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
H A DTouchInputMapper.h165 int32_t scanCode; member
521 int32_t scanCode; member
H A DTouchInputMapper.cpp1907 int32_t scanCode = mCurrentVirtualKey.scanCode; in dispatchVirtualKey() local
3989 int32_t TouchInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
/aosp12/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp129 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
169 const KeyLayoutMap::Key* KeyLayoutMap::getKey(int32_t scanCode, int32_t usageCode) const { in getKey()
196 status_t KeyLayoutMap::mapAxis(int32_t scanCode, AxisInfo* outAxisInfo) const { in mapAxis()
374 int32_t scanCode = int32_t(strtol(scanCodeToken.string(), &end, 0)); in parseAxis() local
H A DInput.cpp230 int32_t keyCode, int32_t scanCode, int32_t metaState, int32_t repeatCount, in initialize()
H A DKeyCharacterMap.cpp405 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey()
H A DInputTransport.cpp493 int32_t flags, int32_t keyCode, int32_t scanCode, in publishKeyEvent()
/aosp12/frameworks/base/core/java/android/view/
H A DVerifiedKeyEvent.java194 int scanCode,
360 int scanCode = in.readInt(); in VerifiedKeyEvent() local
/aosp12/frameworks/native/include/input/
H A DVirtualKeyMap.h33 int32_t scanCode; member
H A DInputTransport.h103 int32_t scanCode; member
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h272 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
277 inline status_t mapAxis(int32_t scanCode, AxisInfo* outAxisInfo) const { in mapAxis()
309 inline int32_t getScanCodeState(int32_t scanCode) const { in getScanCodeState()
323 inline bool hasScanCode(int32_t scanCode) const { in hasScanCode()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h85 int32_t scanCode; member
H A DEntry.cpp154 int32_t keyCode, int32_t scanCode, int32_t metaState, int32_t repeatCount, in KeyEntry()
H A DEntry.h134 int32_t scanCode; member
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp431 bool InputReader::shouldDropVirtualKeyLocked(nsecs_t now, int32_t keyCode, int32_t scanCode) { in shouldDropVirtualKeyLocked()
517 int32_t InputReader::getScanCodeState(int32_t deviceId, uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
915 int32_t scanCode) { in shouldDropVirtualKey()
H A DEventHub.cpp548 int32_t scanCode; in mapLed() local
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()
H A DInputDevice.cpp436 int32_t InputDevice::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp132 jint scanCode = env->GetIntField(eventObj, gKeyEventClassInfo.mScanCode); in android_view_KeyEvent_toNative() local
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DClusterRenderingService.java400 int scanCode = 0; in obtainKeyEvent() local
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h73 int32_t scanCode; member
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp84 constexpr int32_t scanCode = 13; in PublishAndConsumeKeyEvent() local
/aosp12/frameworks/native/services/inputflinger/
H A DInputListener.cpp55 int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, in NotifyKeyArgs()

12