Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSwitchInputMapper.cpp37 processSwitch(rawEvent.code, rawEvent.value); in process()
48 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper
DSwitchInputMapper.h43 void processSwitch(int32_t switchCode, int32_t switchValue);
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java344 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()