Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A 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
H A DSwitchInputMapper.h39 void processSwitch(int32_t switchCode, int32_t switchValue);
/aosp12/system/media/audio_utils/include/audio_utils/
H A DChannelMix.h190 return accumulate ? processSwitch<true>(src, dst, frameCount) in process()
191 : processSwitch<false>(src, dst, frameCount); in process()
244 bool processSwitch(const float *src, float *dst, size_t frameCount) const { in processSwitch() function
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp106 processSwitch(event.code, event.value); in process()
118 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper
H A DSwitchInputMapper.h39 void processSwitch(int32_t switchCode, int32_t switchValue);
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java262 boolean processRunning, boolean processSwitch, boolean newActivityCreated, in create() argument
278 processSwitch); in create()
284 boolean processSwitch) { in TransitionInfo() argument
289 mProcessSwitch = processSwitch; in TransitionInfo()
593 final boolean processSwitch = !processRunning in notifyActivityLaunched()
600 + " processSwitch=" + processSwitch in notifyActivityLaunched()
636 options, processRunning, processSwitch, newActivityCreated, resultCode); in notifyActivityLaunched()