Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_controller.h147 int32_t (*GetChipName)(uint32_t devIndex, char *chipName, uint32_t length); member
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp114 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function
Dinput_device_manager.cpp858 RetStatus InputDeviceManager::GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
/drivers/peripheral/input/hal/src/
Dinput_controller.c360 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function