Home
last modified time | relevance | path

Searched refs:GetChipInfo (Results 1 – 5 of 5) sorted by relevance

/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
Dhdf_input_benchmark_test.cpp219 BENCHMARK_F(PassthroughBenchmarkTest, GetChipInfo)(benchmark::State &st) in BENCHMARK_F() argument
230 ret = g_inputInterfaces->GetChipInfo(TOUCH_INDEX, chipInfo); in BENCHMARK_F()
238 BENCHMARK_REGISTER_F(PassthroughBenchmarkTest, GetChipInfo)->Iterations(100)->
/test/xts/hats/hdf/input/hdi_input/common/
Dhdi_input_test.cpp473 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN);
493 ret = g_inputInterface->iInputController->GetChipInfo(0, chipInfo, CHIP_INFO_LEN);
495 … ret = g_inputInterface->iInputController->GetChipInfo(MAX_INPUT_DEV_NUM, chipInfo, CHIP_INFO_LEN);
497 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, nullptr, CHIP_INFO_LEN);
499 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN - 1);
519 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN);
/test/xts/hats/hdf/input/inputBenchmarkTest/
Dhdf_input_benchmark_test.cpp440 BENCHMARK_F(InputBenchmarkTest, GetChipInfo)(benchmark::State &st) in BENCHMARK_F() argument
447 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN); in BENCHMARK_F()
451 BENCHMARK_REGISTER_F(InputBenchmarkTest, GetChipInfo)->Iterations(100)->
/test/xts/hats/hdf/input/hdi_passthrough_additional/
Dhdf_input_hdi_test.cpp701 ret = g_inputInterfaces->GetChipInfo(TOUCH_INDEX, chipInfo);
720 ret = g_inputInterfaces->GetChipInfo(devIndex, chipInfo);
739 ret = g_inputInterfaces->GetChipInfo(devIndex, chipInfo);
744 ret = g_inputInterfaces->GetChipInfo(devIndex, chipInfo);
761 ret = g_inputInterfaces->GetChipInfo(devIndex, chipInfo);
/test/xts/hats/hdf/input/hdi_passthrough/
Dhdf_input_hdi_test.cpp422 ret = g_inputInterfaces->GetChipInfo(TOUCH_INDEX, chipInfo);
449 ret = g_inputInterfaces->GetChipInfo(INVALID_INDEX, chipInfo);