HomeSort by relevance Sort by last modified time
    Searched refs:OneShot (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/os/
VibrationEffect.java 77 VibrationEffect effect = new OneShot(milliseconds, amplitude);
202 public static class OneShot extends VibrationEffect implements Parcelable {
206 public OneShot(Parcel in) {
210 public OneShot(long milliseconds, int amplitude) {
238 if (!(o instanceof VibrationEffect.OneShot)) {
241 VibrationEffect.OneShot other = (VibrationEffect.OneShot) o;
255 return "OneShot{mTiming=" + mTiming +", mAmplitude=" + mAmplitude + "}";
265 public static final Parcelable.Creator<OneShot> CREATOR =
266 new Parcelable.Creator<OneShot>() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 140 if (mEffect instanceof VibrationEffect.OneShot) {
141 VibrationEffect.OneShot oneShot = (VibrationEffect.OneShot) mEffect;
142 return mStartTime + oneShot.getTiming() > SystemClock.uptimeMillis() + millis;
367 if (effect instanceof VibrationEffect.OneShot
369 && mCurrentVibration.mEffect instanceof VibrationEffect.OneShot) {
370 VibrationEffect.OneShot newOneShot = (VibrationEffect.OneShot) effect;
371 VibrationEffect.OneShot currentOneShot
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qedit.idl 53 BOOL OneShot
qedit.h 179 WINBOOL OneShot) = 0;
224 WINBOOL OneShot);
265 #define ISampleGrabber_SetOneShot(This,OneShot) (This)->lpVtbl->SetOneShot(This,OneShot)
284 static FORCEINLINE HRESULT ISampleGrabber_SetOneShot(ISampleGrabber* This,WINBOOL OneShot) {
285 return This->lpVtbl->SetOneShot(This,OneShot);
312 WINBOOL OneShot);
  /device/google/contexthub/util/nanotool/
contexthub.h 83 OneShot = 0xFFFFFF02,
nanotool.cpp 120 " \"oneshot\".\n"
217 std::make_tuple("oneshot", SensorSpecialRate::OneShot),
  /frameworks/base/core/java/android/hardware/input/
InputManager.java     [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 790 milliseconds