Searched refs:processSwitch (Results 1 – 3 of 3) sorted by relevance
35 processSwitch(rawEvent->code, rawEvent->value); in process()45 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper
39 void processSwitch(int32_t switchCode, int32_t switchValue);
353 final boolean processSwitch = processRecord == null in notifyActivityLaunched()356 notifyActivityLaunched(resultCode, launchedActivity, processRunning, processSwitch); in notifyActivityLaunched()371 boolean processRunning, boolean processSwitch) { in notifyActivityLaunched() argument377 + " processSwitch=" + processSwitch); in notifyActivityLaunched()407 if ((!isLoggableResultCode(resultCode) || launchedActivity == null || !processSwitch in notifyActivityLaunched()