Searched defs:switchCode (Results 1 – 11 of 11) sorted by relevance
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | SwitchInputMapper.cpp | 48 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() 71 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
| D | InputMapper.cpp | 61 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
| /frameworks/base/core/java/android/app/ |
| D | AppOpInfo.java | 43 public final int switchCode; field in AppOpInfo 101 int switchCode, in AppOpInfo()
|
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/ |
| D | AppOpsUpgradeTest.java | 182 int switchCode = AppOpsManager.opToSwitch(switchedCode); in buildSwitchedOpsArray() local
|
| /frameworks/base/services/permission/java/com/android/server/permission/access/appop/ |
| D | AppOpService.kt | 65 val switchCode = AppOpsManager.opToSwitch(switchedCode) in <lambda>() constant
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputDevice.cpp | 416 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
| D | InputReader.cpp | 572 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
| /frameworks/base/services/core/java/com/android/server/appop/ |
| D | AppOpsService.java | 928 int switchCode = AppOpsManager.opToSwitch(switchedCode); in AppOpsService() local 1836 private void updatePermissionRevokedCompat(int uid, int switchCode, int mode) { in updatePermissionRevokedCompat() 2664 final int switchCode = AppOpsManager.opToSwitch(code); in noteOperationUnchecked() local 3203 final int switchCode = AppOpsManager.opToSwitch(code); in startOperationUnchecked() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | FakeEventHub.cpp | 131 void FakeEventHub::setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { in setSwitchState()
|
| D | InputReader_test.cpp | 247 void setSwitchState(int32_t switchCode, int32_t state) { in setSwitchState() 315 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState()
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | InputManagerService.java | 640 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()
|