Searched refs:processSwitch (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SwitchInputMapper.cpp | 37 processSwitch(rawEvent.code, rawEvent.value); in process() 48 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper
|
D | SwitchInputMapper.h | 43 void processSwitch(int32_t switchCode, int32_t switchValue);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityMetricsLogger.java | 344 boolean processRunning, boolean processSwitch, int processState, int processOomAdj, in create() argument 360 processSwitch, processState, processOomAdj, isInTaskActivityStart); in create() 366 boolean processSwitch, int processState, int processOomAdj, in TransitionInfo() argument 371 mProcessSwitch = processSwitch; in TransitionInfo() 694 final boolean processSwitch = !processRunning in notifyActivityLaunched() 710 + " processSwitch=" + processSwitch in notifyActivityLaunched() 749 options, processRunning, processSwitch, processState, processOomAdj, in notifyActivityLaunched()
|