Searched refs:GetChipInfo (Results 1 – 5 of 5) sorted by relevance
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 219 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/ |
D | hdi_input_test.cpp | 473 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/ |
D | hdf_input_benchmark_test.cpp | 440 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/ |
D | hdf_input_hdi_test.cpp | 701 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/ |
D | hdf_input_hdi_test.cpp | 422 ret = g_inputInterfaces->GetChipInfo(TOUCH_INDEX, chipInfo); 449 ret = g_inputInterfaces->GetChipInfo(INVALID_INDEX, chipInfo);
|