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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityMetricsLogger.java244 final boolean processSwitch = processRecord == null
247 notifyActivityLaunched(resultCode, launchedActivity, processRunning, processSwitch);
271 * @param processSwitch whether the process that will contain the activity didn't have any
276 boolean processRunning, boolean processSwitch) {
282 + " processSwitch=" + processSwitch);
302 if ((!isLoggableResultCode(resultCode) || launchedActivity == null || !processSwitch
275 notifyActivityLaunched(int resultCode, ActivityRecord launchedActivity, boolean processRunning, boolean processSwitch) argument
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2086 processSwitch(rawEvent->code, rawEvent->value);
2096 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { function in class:android::SwitchInputMapper

Completed in 50 milliseconds