Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_controller.h182 …int32_t (*RunCapacitanceTest)(uint32_t devIndex, uint32_t testType, char *result, uint32_t length); member
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp405 int32_t InputInterfacesImpl::RunCapacitanceTest(uint32_t devIndex, uint32_t testType, std::string &… in RunCapacitanceTest() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
/drivers/peripheral/input/hal/src/
Dinput_controller.c406 static int32_t RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t leng… in RunCapacitanceTest() function
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp707 RetStatus InputDeviceManager::RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result… in RunCapacitanceTest() function in OHOS::Input::InputDeviceManager