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

  /external/chromium_org/media/audio/pulse/
pulse_util.h 8 #include <pulse/pulseaudio.h>
18 namespace pulse { namespace in namespace:media
53 // otherwise false. |mainloop| and |context| have to be from a valid Pulse
65 // otherwise false. This function will create a new Pulse threaded mainloop,
77 } // namespace pulse
pulse_util.cc 5 #include "media/audio/pulse/pulse_util.h"
14 namespace pulse { namespace in namespace:media
271 // Pulse is very finicky with the small buffer sizes used by Chrome. The
273 // want Pulse to auto size its internal buffers, but call us back nearly every
275 // Pulse will issue callbacks way too fast, too high and we don't get
320 } // namespace pulse
  /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 73 public void pulse() { method in class:LightsService.LightImpl
74 pulse(0x00ffffff, 7);
78 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 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:__anon4769
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 40 float pulse = -1.0f; local
43 pulse = -pulse;
46 data[n] = pulse;
51 pulse = 1.0f;
54 pulse = -pulse;
57 data[n] = pulse;
247 // A pulse is 6 milliseconds (even number of samples).
271 // A buffer for the output until a complete pulse is created. The
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 146 public void pulse(@NonNull DozeHost.PulseCallback callback) { method in class:ScrimController
152 // Pulse suppressed.
157 // Begin pulse. Note that it's very important that the pulse finished callback
158 // be invoked when we're done so that the caller can drop the pulse wakelock.
331 if (DEBUG) Log.d(TAG, "Pulse in, mDozing=" + mDozing);
340 // Signal that the pulse is ready to turn the screen on and draw.
348 if (DEBUG) Log.d(TAG, "Pulse in finished, mDozing=" + mDozing);
357 if (DEBUG) Log.d(TAG, "Pulse out, mDozing=" + mDozing);
370 if (DEBUG) Log.d(TAG, "Pulse out finished")
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 47 // Pulse's enums.
143 PulseAudioStream(PulseAudioSoundSystem *pulse, pa_stream *stream, int flags)
144 : pulse_(pulse), stream_(stream), flags_(flags) {
195 PulseAudioSoundSystem *pulse() { function in class:cricket::PulseAudioStream
200 return &pulse()->symbol_table_;
213 pulse()->Lock();
217 pulse()->Unlock();
245 PulseAudioInputStream(PulseAudioSoundSystem *pulse,
248 : stream_(pulse, stream, flags),
286 stream_.pulse()->context_
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 200 // for enabling and disabling notification pulse behavior
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 509 #define pulse CUR Strings[283] macro
    [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...]

Completed in 385 milliseconds