Home
last modified time | relevance | path

Searched defs:switchCode (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSwitchInputMapper.cpp45 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()
67 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
H A DInputMapper.cpp50 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp118 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp440 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
H A DInputReader.cpp523 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1788 int switchCode = AppOpsManager.opToSwitch(switchedCode); in AppOpsService() local
2660 private void updatePermissionRevokedCompat(int uid, int switchCode, int mode) { in updatePermissionRevokedCompat()
3460 final int switchCode = AppOpsManager.opToSwitch(code); in noteOperationUnchecked() local
3977 final int switchCode = AppOpsManager.opToSwitch(code); in startOperationUnchecked() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp557 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { in setSwitchState()
1077 void setSwitchState(int32_t switchCode, int32_t state) { in setSwitchState()
1132 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java650 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()