Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_controller.h119 int32_t (*GetChipInfo)(uint32_t devIndex, char *chipInfo, uint32_t length); member
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp332 int32_t InputInterfacesImpl::GetChipInfo(uint32_t devIndex, std::string &chipInfo) in GetChipInfo() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
/drivers/peripheral/input/hal/src/
Dinput_controller.c365 static int32_t GetChipInfo(uint32_t devIndex, char *chipInfo, uint32_t length) in GetChipInfo() function
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp665 RetStatus InputDeviceManager::GetChipInfo(uint32_t devIndex, char *chipInfo, uint32_t length) in GetChipInfo() function in OHOS::Input::InputDeviceManager