/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorController.java | 200 mNativeWrapper.alwaysOnDisable(id); in updateAlwaysOn() 405 private static native void alwaysOnDisable(long nativePtr, long id); in alwaysOnDisable() method in VibratorController.NativeWrapper 471 public void alwaysOnDisable(long id) { in alwaysOnDisable() method in VibratorController.NativeWrapper 472 alwaysOnDisable(mNativePtr, id); in alwaysOnDisable()
|
/aosp12/frameworks/native/services/vibratorservice/benchmarks/ |
H A D | VibratorHalControllerBenchmarks.cpp | 352 halCall<void>(mController, [&](auto hal) { return hal->alwaysOnDisable(id); }); in __anon763aa56b1502() 358 BENCHMARK_WRAPPER(VibratorEffectsBench, alwaysOnDisable, { 380 halCall<void>(mController, [&](auto hal) { return hal->alwaysOnDisable(id); }); in __anon763aa56b1702()
|
/aosp12/frameworks/native/cmds/idlcli/vibrator/ |
H A D | CommandAlwaysOnDisable.cpp | 58 auto status = hal->call(&aidl::IVibrator::alwaysOnDisable, mId); in doMain()
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 35 void alwaysOnDisable(in int id); in alwaysOnDisable() method
|
/aosp12/frameworks/native/services/vibratorservice/test/ |
H A D | VibratorHalWrapperAidlTest.cpp | 83 MOCK_METHOD(Status, alwaysOnDisable, (int32_t id), (override)); 284 EXPECT_CALL(*mMockHal.get(), alwaysOnDisable(Eq(1))).Times(Exactly(1)); in TEST_F() 285 EXPECT_CALL(*mMockHal.get(), alwaysOnDisable(Eq(2))) in TEST_F() 289 EXPECT_CALL(*mMockHal.get(), alwaysOnDisable(Eq(3))) in TEST_F() 294 ASSERT_TRUE(mWrapper->alwaysOnDisable(1).isOk()); in TEST_F() 295 ASSERT_TRUE(mWrapper->alwaysOnDisable(2).isUnsupported()); in TEST_F() 296 ASSERT_TRUE(mWrapper->alwaysOnDisable(3).isFailed()); in TEST_F()
|
H A D | VibratorHalControllerTest.cpp | 65 MOCK_METHOD(vibrator::HalResult<void>, alwaysOnDisable, (int32_t id), (override));
|
H A D | VibratorHalWrapperHidlV1_0Test.cpp | 190 ASSERT_TRUE(mWrapper->alwaysOnDisable(1).isUnsupported()); in TEST_F()
|
H A D | VibratorManagerHalWrapperAidlTest.cpp | 79 MOCK_METHOD(Status, alwaysOnDisable, (int32_t id), (override));
|
/aosp12/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 250 void alwaysOnDisable(in int id); in alwaysOnDisable() method
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 51 void alwaysOnDisable(in int id); in alwaysOnDisable() method
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 51 void alwaysOnDisable(in int id); in alwaysOnDisable() method
|
/aosp12/hardware/interfaces/vibrator/bench/ |
H A D | benchmark.cpp | 443 mVibrator->alwaysOnDisable(id); 447 BENCHMARK_WRAPPER(VibratorEffectsBench_Aidl, alwaysOnDisable, { 468 mVibrator->alwaysOnDisable(id);
|
/aosp12/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/ |
H A D | Vibrator.h | 46 ndk::ScopedAStatus alwaysOnDisable(int32_t id) override;
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibratorControllerTest.java | 179 verify(mNativeWrapperMock).alwaysOnDisable(eq(1L)); in updateAlwaysOn_withNullEffect_disablesAlwaysOnEffect() 188 verify(mNativeWrapperMock, never()).alwaysOnDisable(anyLong()); in updateAlwaysOn_withoutCapability_ignoresEffect()
|
H A D | FakeVibratorControllerProvider.java | 153 public void alwaysOnDisable(long id) { in alwaysOnDisable() method in FakeVibratorControllerProvider.FakeNativeWrapper
|
/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/ |
H A D | VibratorHalWrapper.h | 282 virtual HalResult<void> alwaysOnDisable(int32_t id) = 0; 354 HalResult<void> alwaysOnDisable(int32_t id) override final; 416 HalResult<void> alwaysOnDisable(int32_t id) override final;
|
/aosp12/frameworks/native/services/vibratorservice/ |
H A D | VibratorHalWrapper.cpp | 318 HalResult<void> AidlHalWrapper::alwaysOnDisable(int32_t id) { in alwaysOnDisable() function in android::vibrator::AidlHalWrapper 319 return HalResult<void>::fromStatus(getHal()->alwaysOnDisable(id)); in alwaysOnDisable() 531 HalResult<void> HidlHalWrapper<I>::alwaysOnDisable(int32_t) { in alwaysOnDisable() function in android::vibrator::HidlHalWrapper
|
/aosp12/hardware/google/pixel/vibrator/drv2624/ |
H A D | Vibrator.h | 157 ndk::ScopedAStatus alwaysOnDisable(int32_t id) override;
|
H A D | Vibrator.cpp | 372 ndk::ScopedAStatus Vibrator::alwaysOnDisable(int32_t id) { in alwaysOnDisable() function in aidl::android::hardware::vibrator::Vibrator
|
/aosp12/hardware/google/pixel/vibrator/cs40l26/ |
H A D | Vibrator.h | 121 ndk::ScopedAStatus alwaysOnDisable(int32_t id) override;
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/ |
H A D | Vibrator.h | 159 ndk::ScopedAStatus alwaysOnDisable(int32_t id) override;
|
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/ |
H A D | test-vibrator.cpp | 500 TEST_P(AlwaysOnTest, alwaysOnDisable) { in TEST_P() argument 505 ndk::ScopedAStatus status = mVibrator->alwaysOnDisable(id); in TEST_P()
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/ |
H A D | test-vibrator.cpp | 656 TEST_P(AlwaysOnTest, alwaysOnDisable) { in TEST_P() argument 668 ndk::ScopedAStatus status = mVibrator->alwaysOnDisable(param); in TEST_P()
|
/aosp12/hardware/interfaces/vibrator/aidl/default/ |
H A D | Vibrator.cpp | 216 ndk::ScopedAStatus Vibrator::alwaysOnDisable(int32_t id) { in alwaysOnDisable() function in aidl::android::hardware::vibrator::Vibrator
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_vibrator_VibratorController.cpp | 360 return hal->alwaysOnDisable(static_cast<int32_t>(id)); in vibratorAlwaysOnDisable()
|