Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
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()
DInputMapper.cpp50 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp440 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
DInputReader.cpp517 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1787 int switchCode = AppOpsManager.opToSwitch(switchedCode); in AppOpsService() local
2659 private void updatePermissionRevokedCompat(int uid, int switchCode, int mode) { in updatePermissionRevokedCompat()
3459 final int switchCode = AppOpsManager.opToSwitch(code); in noteOperationUnchecked() local
3976 final int switchCode = AppOpsManager.opToSwitch(code); in startOperationUnchecked() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp541 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { in setSwitchState()
1061 void setSwitchState(int32_t switchCode, int32_t state) { in setSwitchState()
1116 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java650 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()