Home
last modified time | relevance | path

Searched refs:TransformVolumeKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/include/
H A Dkey_event_normalize.h40 … int32_t TransformVolumeKey(struct libinput_device *dev, int32_t keyCode, int32_t keyAction) const;
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp67 keyCode = TransformVolumeKey(device, keyCode, keyAction); in Normalize()
213 int32_t KeyEventNormalize::TransformVolumeKey(struct libinput_device *dev, int32_t keyCode, int32_t… in TransformVolumeKey() function in OHOS::MMI::KeyEventNormalize