Home
last modified time | relevance | path

Searched refs:startUpTime (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticstartuptime_fuzzer/
H A Dvibratorgethapticstartuptime_fuzzer.cpp34 int startUpTime = 0; in VibratorGetHapticStartUpTimeTest() local
35 int32_t ret = !g_vibratorInterface->GetHapticStartUpTime(*(int32_t *)data, startUpTime); in VibratorGetHapticStartUpTimeTest()
/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h196 int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t *startUpTime);
/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.h41 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
H A Dvibrator_interface_impl.cpp231 int32_t VibratorInterfaceImpl::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) in GetHapticStartUpTime() argument
239 int32_t ret = vibratorInterface->GetHapticStartUpTime(mode, &startUpTime); in GetHapticStartUpTime()
/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c323 static int32_t GetHapticStartUpTime(int32_t mode, int32_t *startUpTime) in GetHapticStartUpTime() argument
325 *startUpTime = DEFAULT_START_UP_TIME; in GetHapticStartUpTime()
327 HDF_LOGE("%{public}s: startUpTime = %{public}d", __func__, *startUpTime); in GetHapticStartUpTime()
/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.h43 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
H A Dvibrator_if_service.cpp377 int32_t VibratorIfService::GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) in GetHapticStartUpTime() argument
386 int32_t ret = vibratorVdiImpl_->GetHapticStartUpTime(mode, startUpTime); in GetHapticStartUpTime()
/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_interface_vdi.h47 virtual int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) = 0;
/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdi_unittest_vibrator.cpp489 int32_t startUpTime = 0; in HWTEST_F() local
491 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime); in HWTEST_F()
493 printf("startUpTime = %d\n", startUpTime); in HWTEST_F()
H A Dhdf_vibrator_hdi_test.cpp556 int32_t startUpTime; in HWTEST_F() local
558 int32_t startRet = g_vibratorInterface->GetHapticStartUpTime(mode, startUpTime); in HWTEST_F()
560 printf("startUpTime = %d\n", startUpTime); in HWTEST_F()

Completed in 6 milliseconds