Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_controller.md66 ### GetChipName subsection
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h147 int32_t (*GetChipName)(uint32_t devIndex, char *chipName, uint32_t length); member
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp114 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function
H A Dinput_device_manager.cpp858 RetStatus InputDeviceManager::GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function in OHOS::Input::InputDeviceManager
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_controller.c360 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function