Home
last modified time | relevance | path

Searched refs:supportsExternalControl (Results 1 – 5 of 5) sorted by relevance

/device/google/sunfish/vibrator/common/bench/
Dbenchmark.cpp214 BENCHMARK_WRAPPER(VibratorBench_V1_3, supportsExternalControl, {
216 mVibrator->supportsExternalControl();
223 if (!mVibrator->supportsExternalControl()) {
236 if (!mVibrator->supportsExternalControl()) {
252 if (!mVibrator->supportsExternalControl()) {
/device/google/sunfish/vibrator/drv2624/bench/
Dbenchmark.cpp136 BENCHMARK_WRAPPER(VibratorBench, supportsExternalControl, {
138 mVibrator->supportsExternalControl();
/device/google/sunfish/vibrator/drv2624/
DVibrator.h165 Return<bool> supportsExternalControl() override;
DVibrator.cpp364 Return<bool> Vibrator::supportsExternalControl() { in supportsExternalControl() function in android::hardware::vibrator::V1_3::implementation::Vibrator
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp363 EXPECT_EQ(false, mVibrator->supportsExternalControl()); in TEST_P()