Home
last modified time | relevance | path

Searched refs:GetChipName (Results 1 – 16 of 16) sorted by relevance

/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp114 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function
120 return gInputDeviceManager_->GetChipName(devIndex, chipName, length); in GetChipName()
237 controllerHdi->GetChipName = GetChipName; in InstanceControllerHdi()
Dinput_device_manager.cpp771 RetStatus InputDeviceManager::GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/libinput/src/
Dinput_interface_instance.cpp74 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function
159 controllerIf->GetChipName = GetChipName; in InstanceControllerIf()
/drivers/peripheral/input/interfaces/include/
Dinput_controller.h147 int32_t (*GetChipName)(uint32_t devIndex, char *chipName, uint32_t length); member
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
Dinputgetchipname_fuzzer.cpp54 ret = g_inputInterface->iInputController->GetChipName(*(uint32_t *)data, chipName, length); in InputGetChipnameFuzzTest()
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.h44 int32_t GetChipName(uint32_t devIndex, std::string &chipName) override;
Dinput_interfaces_impl.cpp376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
379 inputInterface_->iInputController->GetChipName == nullptr) { in GetChipName()
385 int32_t ret = inputInterface_->iInputController->GetChipName(devIndex, infoStr, CHIP_NAME_LEN); in GetChipName()
/drivers/peripheral/input/hal/src/
Dinput_controller.c360 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function
579 ret = GetChipName(devIndex, &node.payload.chipInfo[0], CHIP_INFO_LEN); in UpdateDevBaseInfo()
614 controllerHdi->GetChipName = GetChipName; in InstanceControllerHdi()
/drivers/peripheral/input/udriver/include/
Dinput_device_manager.h102 RetStatus GetChipName(uint32_t devIndex, char *chipName, uint32_t length);
/drivers/peripheral/input/test/unittest/hdi/
Dhdf_input_hdi_test.cpp579 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName);
605 ret = g_inputInterfaces->GetChipName(INVALID_INDEX, chipName);
/drivers/peripheral/input/test/unittest/udriver/
Dhdi_input_test.cpp779 ret = g_inputInterface->iInputController->GetChipName(g_touchIndex, chipName, TEST_LEN1);
800 ret = g_inputInterface->iInputController->GetChipName(INVALID_INDEX, chipName, TEST_LEN1);
821 ret = g_inputInterface->iInputController->GetChipName(g_touchIndex, chipName, TEST_LEN2);
/drivers/peripheral/input/test/benchmarktest/
Dinput_benchmark_test.cpp272 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName); in BENCHMARK_F()
/drivers/peripheral/input/test/unittest/common/
Dhdi_input_test.cpp641 ret = g_inputInterface->iInputController->GetChipName(TOUCH_INDEX, chipName, NAME_MAX_LEN);
665 ret = g_inputInterface->iInputController->GetChipName(INVALID_INDEX, chipName, NAME_MAX_LEN);
/drivers/peripheral/input/
DREADME_zh.md129 …><a name="p17712110185218"></a><a name="p17712110185218"></a>int32_t (*GetChipName)(uint32_t devIn…
DREADME.md129 …><a name="p17712110185218"></a><a name="p17712110185218"></a>int32_t (*GetChipName)(uint32_t devIn…
/drivers/interface/input/v1_0/
DIInputInterfaces.idl236 GetChipName([in] unsigned int devIndex, [out] String chipName);