Home
last modified time | relevance | path

Searched defs:processSwitch (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSwitchInputMapper.cpp45 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp118 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch() function in android::SwitchInputMapper
/aosp12/system/media/audio_utils/include/audio_utils/
H A DChannelMix.h244 bool processSwitch(const float *src, float *dst, size_t frameCount) const { in processSwitch() function
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java262 boolean processRunning, boolean processSwitch, boolean newActivityCreated, in create()
284 boolean processSwitch) { in TransitionInfo()