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.java353 final boolean processSwitch = processRecord == null in notifyActivityLaunched()
356 notifyActivityLaunched(resultCode, launchedActivity, processRunning, processSwitch); in notifyActivityLaunched()
371 boolean processRunning, boolean processSwitch) { in notifyActivityLaunched() argument
377 + " processSwitch=" + processSwitch); in notifyActivityLaunched()
407 if ((!isLoggableResultCode(resultCode) || launchedActivity == null || !processSwitch in notifyActivityLaunched()