Home
last modified time | relevance | path

Searched refs:chipName (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/input/hdi_passthrough/
Dhdf_input_hdi_test.cpp284 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str());
312 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str());
346 __func__, dev[i].chipInfo.c_str(), dev[i].vendorName.c_str(), dev[i].chipName.c_str());
484 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str());
513 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str());
755 std::string chipName; variable
757 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName);
763 HDF_LOGI("%s: device's chip name is %s", __func__, chipName.c_str());
782 std::string chipName; variable
784 ret = g_inputInterfaces->GetChipName(INVALID_INDEX, chipName);
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
Dhdf_input_benchmark_test.cpp176 __func__, dev[i].chipInfo.c_str(), dev[i].vendorName.c_str(), dev[i].chipName.c_str()); in BENCHMARK_F()
341 std::string chipName; in BENCHMARK_F() local
344 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName); in BENCHMARK_F()
350 HDF_LOGI("%s: device's chip name is %s", __func__, chipName.c_str()); in BENCHMARK_F()
/test/xts/hats/hdf/input/inputBenchmarkTest/
Dhdf_input_benchmark_test.cpp377 …I("chipInfo = %s, VendorName = %s,chipName = %s\n", dev->chipInfo, dev->vendorName, dev->chipName); in BENCHMARK_F()
406 dev[i]->chipName); in BENCHMARK_F()
531 char chipName[CHIP_NAME_LEN] = {0}; in BENCHMARK_F() local
534 ret = g_inputInterface->iInputController->GetChipName(TOUCH_INDEX, chipName, CHIP_NAME_LEN); in BENCHMARK_F()
536 HDF_LOGI("device1's vendor name is %s:\n", chipName); in BENCHMARK_F()
/test/xts/hats/hdf/input/hdi_input/common/
Dhdi_input_test.cpp341 …I("chipInfo = %s, VendorName = %s,chipName = %s\n", dev->chipInfo, dev->vendorName, dev->chipName);
391 dev[i]->chipName);
860 char chipName[CHIP_NAME_LEN] = {0}; variable
862 ret = g_inputInterface->iInputController->GetChipName(TOUCH_INDEX, chipName, CHIP_NAME_LEN);
864 HDF_LOGI("device1's vendor name is %s:\n", chipName);
880 char chipName[CHIP_NAME_LEN] = {0}; variable
882 … ret = g_inputInterface->iInputController->GetChipName(MAX_INPUT_DEV_NUM, chipName, CHIP_NAME_LEN);
884 ret = g_inputInterface->iInputController->GetChipName(0, chipName, CHIP_NAME_LEN);
888 ret = g_inputInterface->iInputController->GetChipName(TOUCH_INDEX, chipName, CHIP_NAME_LEN - 1);
/test/xts/hats/hdf/input/hdi_passthrough_additional/
Dhdf_input_hdi_test.cpp856 std::string chipName; variable
859 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName);
876 std::string chipName; variable
878 ret = g_inputInterfaces->GetChipName(devIndex, chipName);
891 std::string chipName; variable
897 ret = g_inputInterfaces->GetChipName(devIndex, chipName);
902 ret = g_inputInterfaces->GetChipName(devIndex, chipName);
917 std::string chipName; variable
919 ret = g_inputInterfaces->GetChipName(devIndex, chipName);
/test/xts/hats/hdf/input/hdi_input/hdi_input/
Dhdi_input_test.cpp263 dev->chipInfo, dev->vendorName, dev->chipName, dev->attrSet.devName);
331 …__func__, (dev + i)->chipInfo, (dev + i)->vendorName, (dev + i)->chipName, (dev + i)->attrSet.devN…