Home
last modified time | relevance | path

Searched refs:Vibrate (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto200 message Vibrate { message
216 optional Vibrate vibrate = 32;
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Ddumpstate.te100 # Vibrate the device after we are done collecting the bugreport
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Ddumpstate.te113 # Vibrate the device after we are done collecting the bugreport
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Ddumpstate.te122 # Vibrate the device after we are done collecting the bugreport
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Ddumpstate.te139 # Vibrate the device after we are done collecting the bugreport
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Ddumpstate.te144 # Vibrate the device after we are done collecting the bugreport
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Ddumpstate.te158 # Vibrate the device after we are done collecting the bugreport
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Ddumpstate.te158 # Vibrate the device after we are done collecting the bugreport
/aosp12/system/sepolicy/public/
H A Ddumpstate.te158 # Vibrate the device after we are done collecting the bugreport
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2913 SystemSettingsProto.Vibrate.ON); in dumpProtoSystemSettingsLocked()
2916 SystemSettingsProto.Vibrate.INPUT_DEVICES); in dumpProtoSystemSettingsLocked()
2919 SystemSettingsProto.Vibrate.IN_SILENT); in dumpProtoSystemSettingsLocked()
2922 SystemSettingsProto.Vibrate.WHEN_RINGING); in dumpProtoSystemSettingsLocked()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp2443 static void Vibrate(int duration_ms) { in Vibrate() function
2876 Vibrate(150); in RunInternal()
3003 Vibrate(75); in RunInternal()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h680 SLresult (*Vibrate) ( member
/aosp12/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2564 XAresult (*Vibrate) ( member
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto2840 // OPEN: Settings -> Sound -> Vibrate for calls
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto87 // Vibrate the device.
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2879 TEST_F(VibratorInputMapperTest, Vibrate) { in TEST_F() argument