Searched defs:processSwitch (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityMetricsLogger.java124 final boolean processSwitch = processRecord == null
127 notifyActivityLaunched(resultCode, componentName, processRunning, processSwitch);
151 * @param processSwitch whether the process that will contain the activity didn't have any
156 boolean processRunning, boolean processSwitch) {
158 if (resultCode < 0 || componentName == null || !processSwitch) {
155 notifyActivityLaunched(int resultCode, @Nullable String componentName, boolean processRunning, boolean processSwitch) argument
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1964 processSwitch(rawEvent->code, rawEvent->value);
1974 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { function in class:android::SwitchInputMapper

Completed in 107 milliseconds