Home
last modified time | relevance | path

Searched refs:processSwitch (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSwitchInputMapper.cpp35 processSwitch(rawEvent->code, rawEvent->value); in process()
45 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper
DSwitchInputMapper.h39 void processSwitch(int32_t switchCode, int32_t switchValue);
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java226 boolean processSwitch, int startResult) { in create() argument
244 processSwitch); in create()
249 boolean processRunning, boolean processSwitch) { in TransitionInfo() argument
254 mProcessSwitch = processSwitch; in TransitionInfo()
536 final boolean processSwitch = !processRunning in notifyActivityLaunched()
543 + " processSwitch=" + processSwitch + " info=" + info); in notifyActivityLaunched()
564 processRunning, processSwitch, resultCode); in notifyActivityLaunched()