Home
last modified time | relevance | path

Searched defs:OpenInputDevice (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/input/interfaces/include/
Dinput_manager.h80 int32_t (*OpenInputDevice)(uint32_t devIndex); member
/drivers/peripheral/input/input_adapter/input/interfaces/include/
Dinput_manager.h80 int32_t (*OpenInputDevice)(uint32_t devIndex); member
/drivers/peripheral/input/input_adapter/input/hal/src/
Dinput_manager.cpp42 static int32_t OpenInputDevice(uint32_t devIndex) in OpenInputDevice() function
Dinput_device_manager.cpp136 int32_t InputDeviceManager::OpenInputDevice(string devPath) in OpenInputDevice() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/input_adapter/input_ipc/service/src/
Dinput_service.cpp31 int32_t InputServer::OpenInputDevice(uint32_t devIndex) in OpenInputDevice() function in OHOS::Input::InputServer
Dinput_device_manager.cpp131 int32_t InputDeviceManager::OpenInputDevice(string devPath) in OpenInputDevice() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/hal/src/
Dinput_manager.c182 static int32_t OpenInputDevice(uint32_t devIndex) in OpenInputDevice() function
/drivers/peripheral/input/input_adapter/input_ipc/client/src/
Dinput_proxy.cpp292 int32_t InputProxy::OpenInputDevice(uint32_t devIndex) in OpenInputDevice() function in OHOS::Input::InputProxy