Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSwitchInputMapper.cpp48 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()
71 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
DInputMapper.cpp64 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
/frameworks/base/core/java/android/app/
DAppOpInfo.java43 public final int switchCode; field in AppOpInfo
101 int switchCode, in AppOpInfo()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsUpgradeTest.java183 int switchCode = AppOpsManager.opToSwitch(switchedCode); in buildSwitchedOpsArray() local
/frameworks/native/services/inputflinger/tests/
DInputMapperTest.cpp91 for (const auto& switchCode : switchCodes) { in setSwitchState() local
DFakeEventHub.cpp128 void FakeEventHub::setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { in setSwitchState()
DInputReader_test.cpp266 void setSwitchState(int32_t switchCode, int32_t state) { in setSwitchState()
334 int32_t getSwitchState(uint32_t, int32_t switchCode) override { in getSwitchState()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp491 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
DInputReader.cpp579 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.java1015 int switchCode = AppOpsManager.opToSwitch(switchedCode); in AppOpsService() local
2333 private void updatePermissionRevokedCompat(int uid, int switchCode, int mode) { in updatePermissionRevokedCompat()
3125 int switchCode = AppOpsManager.opToSwitch(code); in getAppOpMode() local
3461 final int switchCode = AppOpsManager.opToSwitch(code); in noteOperationUnchecked() local
4108 final int switchCode = AppOpsManager.opToSwitch(code); in startOperationUnchecked() local
4238 final int switchCode = AppOpsManager.opToSwitch(code); in startOperationDryRun() local
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java742 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()