Home
last modified time | relevance | path

Searched refs:devType (Results 1 – 13 of 13) sorted by relevance

/test/xts/hats/hdf/input/hdi_input/common/
Dhdi_input_test.cpp71 …ntf("%s: scan deviceIndex:%d,devType:%d. \n", __func__, g_allDev[0].devIndex, g_allDev[0].devType); in SetUpTestCase()
77 …ntf("%s: scan deviceIndex:%d,devType:%d. \n", __func__, g_allDev[i].devIndex, g_allDev[i].devType); in SetUpTestCase()
114 …DF_LOGI("%s: status =%d devId=%d type =%d \n", __func__, msg->status, msg->devIndex, msg->devType); in ReportHotPlugEventPkgCallback()
117 EXPECT_GE(msg->devType, 0); in ReportHotPlugEventPkgCallback()
246 if (g_allDev[0].devType == INDEV_TYPE_TOUCH) {
288 if (g_allDev[0].devType == INDEV_TYPE_TOUCH) {
325 if (g_allDev[0].devType == INDEV_TYPE_TOUCH) {
340 HDF_LOGI("devindex = %u, devType = %u\n", dev->devIndex, dev->devType);
389 HDF_LOGI("index = %u, devType = %u\n", dev[i]->devIndex, dev[i]->devType);
392 EXPECT_LE(0, dev[i]->devType);
[all …]
/test/xts/hats/hdf/input/hdi_passthrough/
Dhdf_input_hdi_test.cpp158 …HDF_LOGE("%s: %d, %d, %d, %d", __func__, sta[0].devType, sta[0].devIndex, sta[1].devType, sta[1].d…
282 HDF_LOGI("%s: devindex = %u, devType = %u", __func__, dev.devIndex, dev.devType);
310 HDF_LOGI("%s: devindex = %u, devType = %u", __func__, dev.devIndex, dev.devType);
344 HDF_LOGI("%s: index = %u, devType = %u", __func__, dev[i].devIndex, dev[i].devType);
366 uint32_t devType = INIT_DEFAULT_VALUE; variable
368 ret = g_inputInterfaces->GetDeviceType(TOUCH_INDEX, devType);
374 HDF_LOGI("%s: device's type is %u", __func__, devType);
393 uint32_t devType = INIT_DEFAULT_VALUE; variable
395 ret = g_inputInterfaces->GetDeviceType(INVALID_INDEX, devType);
401 HDF_LOGI("%s: device's type is %u", __func__, devType);
[all …]
Dinput_callback_impl.cpp48 …LOGI("%s: status = %d devId= %d type = %d", __func__, event.status, event.devIndex, event.devType); in HotPlugCallback()
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
Dhdf_input_benchmark_test.cpp88 …HDF_LOGE("%s: %d, %d, %d, %d", __func__, sta[0].devType, sta[0].devIndex, sta[1].devType, sta[1].d… in BENCHMARK_F()
174 HDF_LOGI("%s: index = %u, devType = %u", __func__, dev[i].devIndex, dev[i].devType); in BENCHMARK_F()
198 uint32_t devType = INIT_DEFAULT_VALUE; in BENCHMARK_F() local
201 ret = g_inputInterfaces->GetDeviceType(TOUCH_INDEX, devType); in BENCHMARK_F()
207 HDF_LOGI("%s: device's type is %u", __func__, devType); in BENCHMARK_F()
Dinput_callback_impl.cpp48 …LOGI("%s: status = %d devId= %d type = %d", __func__, event.status, event.devIndex, event.devType); in HotPlugCallback()
/test/xts/hats/hdf/input/hdi_input/hdi_input/
Dhdi_input_test.cpp93 msg->devIndex, msg->devType, msg->status); in ReportHotPlugEventPkgCallback()
119 __func__, sta[0].devType, sta[0].devIndex, sta[1].devType, sta[1].devIndex);
125 if (sta[i].devType == INDEV_TYPE_TOUCH) {
261 …intf("GetInputDevice001 %s: devIndex = %u, devType = %u\n", __func__, dev->devIndex, dev->devType);
329 printf("%s: index = %u, devType = %u\n", __func__, (dev + i)->devIndex, (dev + i)->devType);
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_device.c157 char* StrdupDevInfo(SYS_DEV_TYPE_E devType) in StrdupDevInfo() argument
159 if (devType >= SYS_DEV_MAX) { in StrdupDevInfo()
163 return AttestStrdup(g_devSysInfos[devType]); in StrdupDevInfo()
/test/xts/device_attest/services/core/include/attest/
Dattest_service_device.h54 char* StrdupDevInfo(SYS_DEV_TYPE_E devType);
/test/xts/device_attest_lite/services/core/include/attest/
Dattest_service_device.h56 char* StrdupDevInfo(SYS_DEV_TYPE_E devType);
/test/xts/hats/hdf/input/inputBenchmarkTest/
Dhdf_input_benchmark_test.cpp104 …DF_LOGI("%s: status =%d devId=%d type =%d \n", __func__, msg->status, msg->devIndex, msg->devType); in ReportHotPlugEventPkgCallback()
107 EXPECT_GE(msg->devType, 0); in ReportHotPlugEventPkgCallback()
376 HDF_LOGI("devindex = %u, devType = %u\n", dev->devIndex, dev->devType); in BENCHMARK_F()
404 HDF_LOGI("index = %u, devType = %u\n", dev[i]->devIndex, dev[i]->devType); in BENCHMARK_F()
407 EXPECT_LE(0, dev[i]->devType); in BENCHMARK_F()
424 uint32_t devType = INIT_DEFAULT_VALUE; in BENCHMARK_F() local
427 ret = g_inputInterface->iInputController->GetDeviceType(TOUCH_INDEX, &devType); in BENCHMARK_F()
/test/xts/device_attest/services/core/attest/
Dattest_service_device.c159 char* StrdupDevInfo(SYS_DEV_TYPE_E devType) in StrdupDevInfo() argument
161 if (devType >= SYS_DEV_MAX) { in StrdupDevInfo()
165 return AttestStrdup(g_devSysInfos[devType]); in StrdupDevInfo()
/test/xts/hats/hdf/input/hdi_passthrough_additional/
Dinput_callback_impl.cpp48 …LOGI("%s: status = %d devId= %d type = %d", __func__, event.status, event.devIndex, event.devType); in HotPlugCallback()
Dhdf_input_hdi_test.cpp523 uint32_t devType = INIT_DEFAULT_VALUE; variable
527 ret = g_inputInterfaces->GetDeviceType(TOUCH_INDEX, devType);
542 uint32_t devType = INIT_DEFAULT_VALUE; variable
543 ret = g_inputInterfaces->GetDeviceType(devIndex, devType);
556 uint32_t devType = INIT_DEFAULT_VALUE; variable
561 ret = g_inputInterfaces->GetDeviceType(devIndex, devType);
565 ret = g_inputInterfaces->GetDeviceType(devIndex, devType);
579 uint32_t devType = INIT_DEFAULT_VALUE; variable
580 ret = g_inputInterfaces->GetDeviceType(MAX_DEVICES, devType);