Home
last modified time | relevance | path

Searched refs:g_builtIn (Results 1 – 4 of 4) sorted by relevance

/test/xts/hats/hdf/vibrator/hdiService/
Dhdf_vibrator_hdiService_test.cpp36 std::string g_builtIn = "haptic.default.effect"; variable
140 int32_t startRet = g_vibratorInterface->Start(g_builtIn);
202 int32_t startRet = g_vibratorInterface->Start(g_builtIn);
/test/xts/hats/hdf/vibrator/common/
Dhdf_vibrator_test.cpp36 const char *g_builtIn = "haptic.default.effect"; variable
145 int32_t startRet = g_vibratorDev->Start(g_builtIn);
224 int32_t startRet = g_vibratorDev->Start(g_builtIn);
/test/xts/hats/hdf/vibrator/hdiService_additional/
Dhdf_vibrator_hdiService_test.cpp29 std::string g_builtIn = "haptic.helloworld.effect"; variable
193 int32_t startRet = g_vibratorInterface->Start(g_builtIn);
228 int32_t startRet = g_vibratorInterface->Start(g_builtIn);
255 startRet = g_vibratorInterface->Start(g_builtIn);
272 int32_t startRet = g_vibratorInterface->Start(g_builtIn);
301 startRet = g_vibratorInterface->Start(g_builtIn);
517 int32_t startRet = g_vibratorInterface->Start(g_builtIn);
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/
Dhdf_vibrator_benchmark_test.cpp39 std::string g_builtIn = "haptic.default.effect"; variable
123 startRet = g_vibratorInterface->Start(g_builtIn); in BENCHMARK_F()