Searched defs:switchCode (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | SwitchInputMapper.cpp | 45 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 D | InputMapper.cpp | 50 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | SwitchInputMapper.cpp | 118 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputDevice.cpp | 440 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
H A D | InputReader.cpp | 523 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 D | AppOpsService.java | 1788 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 D | InputReader_test.cpp | 557 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 D | InputManagerService.java | 650 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()
|