Searched defs:vibrator (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/vibrator/1.0/default/
H A DVibrator.h19 #include <android/hardware/vibrator/1.0/IVibrator.h>
25 namespace vibrator { namespace in namespace:android::hardware
32 // Methods from ::android::hardware::vibrator::V1_0::IVibrator follow.
47 } // namespace vibrator
H A DVibrator.cpp24 #include <hardware/vibrator.h>
30 namespace vibrator { namespace in namespace:android::hardware
36 // Methods from ::android::hardware::vibrator::V1_0::IVibrator follow.
92 } // namespace vibrator
/hardware/interfaces/vibrator/1.0/vts/functional/
H A DVtsHalVibratorV1_0TargetTest.cpp20 #include <android/hardware/vibrator/1.0/IVibrator.h>
21 #include <android/hardware/vibrator/1.0/types.h>
25 using ::android::hardware::vibrator::V1_0::Effect;
26 using ::android::hardware::vibrator::V1_0::EffectStrength;
27 using ::android::hardware::vibrator::V1_0::IVibrator;
28 using ::android::hardware::vibrator::V1_0::Status;
37 vibrator = ::testing::VtsHalHidlTargetTestBase::getService<IVibrator>();
38 ASSERT_NE(vibrator, nullptr);
43 sp<IVibrator> vibrator; member in class:VibratorHidlTest
65 EXPECT_EQ(Status::OK, vibrator
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp66 // query path to determine if vibrator is currently vibrating
67 #define VIBRATOR_ENABLE_FILE "/sys/class/timed_output/vibrator/enable"
70 // Minimum time after vibrator triggers SMD before SMD can be declared valid
6527 int vibrator = 0; local
6536 // If vibrator is going off, ignore this event
6539 if (fscanf(fp, "%d\n", &vibrator) < 0) {
6545 if (vibrator != 0) {
6547 LOGV_IF(ENG_VERBOSE, "SMD triggered by vibrator, ignoring SMD event");
6550 // vibrator recently triggered SMD, discard related events
6553 LOGV_IF(ENG_VERBOSE, "HAL: SMD triggered too close to vibrator (delt
[all...]

Completed in 168 milliseconds