Home
last modified time | relevance | path

Searched refs:RegisterReportCallback (Results 1 – 9 of 9) sorted by relevance

/test/xts/hats/hdf/input/inputBenchmarkTest/
Dhdf_input_benchmark_test.cpp115 ret = g_inputInterface->iInputReporter->RegisterReportCallback(msg->devIndex, &g_callback); in ReportHotPlugEventPkgCallback()
150 … ret = g_inputInterface->iInputReporter->RegisterReportCallback(sta[i].devIndex, &g_callback); in OpenOnlineDev()
612 BENCHMARK_F(InputBenchmarkTest, RegisterReportCallback)(benchmark::State &st) in BENCHMARK_F() argument
617 ret = g_inputInterface->iInputReporter->RegisterReportCallback(0, &g_callback); in BENCHMARK_F()
619 ret = g_inputInterface->iInputReporter->RegisterReportCallback(MAX_INPUT_DEV_NUM, &g_callback); in BENCHMARK_F()
622 ret = g_inputInterface->iInputReporter->RegisterReportCallback(TOUCH_INDEX, nullptr); in BENCHMARK_F()
626 BENCHMARK_REGISTER_F(InputBenchmarkTest, RegisterReportCallback)->Iterations(100)->
642 ret = g_inputInterface->iInputReporter->RegisterReportCallback(TOUCH_INDEX, &g_callback); in BENCHMARK_F()
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
Dhdf_input_benchmark_test.cpp446 BENCHMARK_F(PassthroughBenchmarkTest, RegisterReportCallback)(benchmark::State &st) in BENCHMARK_F() argument
456 ret = g_inputInterfaces->RegisterReportCallback(TOUCH_INDEX, g_callback); in BENCHMARK_F()
463 BENCHMARK_REGISTER_F(PassthroughBenchmarkTest, RegisterReportCallback)->Iterations(100)->
Dinput_callback_impl.cpp57 … ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
/test/xts/hats/hdf/input/hdi_passthrough_additional/
Dinput_callback_impl.cpp57 … ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
Dhdf_input_hdi_test.cpp1424 ret = g_inputInterfaces->RegisterReportCallback(devIndex, g_callback);
1441 ret = g_inputInterfaces->RegisterReportCallback(devIndex, g_callback);
1448 ret = g_inputInterfaces->RegisterReportCallback(devIndex, g_callback);
1463 ret = g_inputInterfaces->RegisterReportCallback(devIndex, g_callback);
1479 ret = g_inputInterfaces->RegisterReportCallback(devIndex, g_callback);
1500 ret = g_inputInterfaces->RegisterReportCallback(devIndex, g_callback);
/test/xts/hats/hdf/input/hdi_passthrough/
Dinput_callback_impl.cpp57 … ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
Dhdf_input_hdi_test.cpp91 ret = g_inputInterfaces->RegisterReportCallback(sta[i].devIndex, g_callback); in OpenOnlineDev()
533 int32_t ret = g_inputInterfaces->RegisterReportCallback(INVALID_INDEX, g_callback);
1033 ret = g_inputInterfaces->RegisterReportCallback(TOUCH_INDEX, g_callback);
/test/xts/hats/hdf/input/hdi_input/common/
Dhdi_input_test.cpp128 ret = g_inputInterface->iInputReporter->RegisterReportCallback(msg->devIndex, &g_callback); in ReportHotPlugEventPkgCallback()
157 …ret = g_inputInterface->iInputReporter->RegisterReportCallback(g_allDev[i].devIndex, &g_callback); in OpenOnlineDev()
1205 ret = g_inputInterface->iInputReporter->RegisterReportCallback(0, &g_callback);
1207 ret = g_inputInterface->iInputReporter->RegisterReportCallback(MAX_INPUT_DEV_NUM, &g_callback);
1209 ret = g_inputInterface->iInputReporter->RegisterReportCallback(TOUCH_INDEX, nullptr);
1227 ret = g_inputInterface->iInputReporter->RegisterReportCallback(TOUCH_INDEX, &g_callback);
/test/xts/hats/hdf/input/hdi_input/hdi_input/
Dhdi_input_test.cpp358 ret = g_inputInterface->iInputReporter->RegisterReportCallback(g_touchIndex, &g_callback);