HomeSort by relevance Sort by last modified time
    Searched defs:pulse (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/core/java/com/android/server/lights/
Light.java 38 public abstract void pulse(); method in class:Light
39 public abstract void pulse(int color, int onMS); method in class:Light
LightsService.java 68 public void pulse() { method in class:LightsService.LightImpl
69 pulse(0x00ffffff, 7);
73 public void pulse(int color, int onMS) { method in class:LightsService.LightImpl
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
LedConfiguration.java 46 public final boolean pulse; field in class:LedConfiguration
49 public LedConfiguration(int color0, int color1, boolean pulse) {
52 this.pulse = pulse;
58 this.pulse = that.pulse;
68 && this.pulse == that.pulse
87 this.pulse ? "p" : "", this.isTransient ? "t" : "");
99 parcel.writeBooleanArray(new boolean[] {pulse, isTransient})
    [all...]
  /external/aac/libFDK/include/
FDK_tools_rom.h 217 pulse, /* pulse_data_present, pulse_data */ enumerator in enum:__anon4501
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeScrimController.java 85 public void pulse(@NonNull DozeHost.PulseCallback callback, int reason) { method in class:DozeScrimController
91 // Pulse suppressed.
96 // Begin pulse. Note that it's very important that the pulse finished callback
97 // be invoked when we're done so that the caller can drop the pulse wakelock.
221 if (DEBUG) Log.d(TAG, "Pulse in, mDozing=" + mDozing + " mPulseReason="
232 // Signal that the pulse is ready to turn the screen on and draw.
240 if (DEBUG) Log.d(TAG, "Pulse in finished, mDozing=" + mDozing);
249 if (DEBUG) Log.d(TAG, "Pulse out, mDozing=" + mDozing);
259 if (DEBUG) Log.d(TAG, "Pulse out finished")
    [all...]
PhoneStatusBar.java     [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 86 public static final float pulse(final float a, final float b, final float x) { method in class:ShaderUtils
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 234 // for enabling and disabling notification pulse behavior
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 509 #define pulse CUR Strings[283] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 509 #define pulse CUR Strings[283] macro
    [all...]

Completed in 500 milliseconds