Searched refs:processSwitch (Results 1 - 3 of 3) 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.h1074 void processSwitch(int32_t switchCode, int32_t switchValue);
H A DInputReader.cpp1956 processSwitch(rawEvent->code, rawEvent->value);
1966 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { function in class:android::SwitchInputMapper

Completed in 566 milliseconds