Searched refs:startUpTime (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticstartuptime_fuzzer/ |
H A D | vibratorgethapticstartuptime_fuzzer.cpp | 34 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 D | vibrator_if.h | 196 int32_t (*GetHapticStartUpTime)(int32_t mode, int32_t *startUpTime);
|
/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.h | 41 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
|
H A D | vibrator_interface_impl.cpp | 231 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 D | vibrator_controller.c | 323 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 D | vibrator_if_service.h | 43 int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) override;
|
H A D | vibrator_if_service.cpp | 377 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 D | ivibrator_interface_vdi.h | 47 virtual int32_t GetHapticStartUpTime(int32_t mode, int32_t& startUpTime) = 0;
|
/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdi_unittest_vibrator.cpp | 489 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 D | hdf_vibrator_hdi_test.cpp | 556 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