Home
last modified time | relevance | path

Searched defs:SetGestureMode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_controller.md236 ### SetGestureMode subsection
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h163 int32_t (*SetGestureMode)(uint32_t devIndex, uint32_t gestureMode); member
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp132 static int32_t SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() function
H A Dinput_device_manager.cpp874 RetStatus InputDeviceManager::SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() function in OHOS::Input::InputDeviceManager
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp395 int32_t InputInterfacesImpl::SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_controller.c375 static int32_t SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode() function