/external/chromium_org/base/mac/ |
scoped_nsautorelease_pool.h | 21 // sends it a -drain message when destroyed. This allows an autorelease pool to
|
/external/chromium_org/net/quic/congestion_control/ |
inter_arrival_overuse_detector.h | 62 // reduction in send pace should be chosen to drain the 69 // fully drain the buffers before we start increasing 75 // to make sure we fully drain the buffers before we 101 // Note 2: it's assumed that the pacer lower its send pace to drain the
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
scoped_autorelease_pool.mm | 39 [pool_ drain];
|
/external/chromium_org/media/filters/ |
audio_renderer_impl_unittest.cc | 339 // Drain internal buffer, we should have a pending read. 356 // nor have a read until we drain the internal buffer. 458 // Drain internal buffer, we should have a pending read. 483 // Drain internal buffer, we should have a pending read. 517 // Drain internal buffer, we should have a pending read. 551 // Drain internal buffer, we should have a pending read. 588 // Drain internal buffer, we should have a pending read. 615 // Drain internal buffer, we should have a pending read. 651 // Drain internal buffer, we should have a pending read. 701 // Partially drain internal buffer so we get a pending read [all...] |
/hardware/libhardware/include/hardware/ |
audio.h | 239 STREAM_CBK_EVENT_DRAIN_READY /* drain completed */ 244 /* type of drain requested to audio_stream_out->drain(). Mutually exclusive */ 246 AUDIO_DRAIN_ALL, /* drain() returns when all data has been played */ 247 AUDIO_DRAIN_EARLY_NOTIFY /* drain() returns a short time before all data 307 * write and drain. 308 * Calling this function implies that all future write() and drain() 336 * non-blocking mode, the drain() must not block, instead it should return 337 * quickly and completion of the drain is notified through the callback. 338 * If set_callback() has not been called, the drain() must block unti 350 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type ); member in struct:audio_stream_out [all...] |
/external/chromium_org/net/http/ |
http_pipelined_stream.cc | 124 void HttpPipelinedStream::Drain(HttpNetworkSession* session) { 125 pipeline_->Drain(this, session);
|
http_basic_stream.h | 81 virtual void Drain(HttpNetworkSession* session) OVERRIDE;
|
http_response_body_drainer.h | 23 // The size in bytes of the buffer we use to drain the response body that
|
proxy_connect_redirect_http_stream.cc | 112 void ProxyConnectRedirectHttpStream::Drain(HttpNetworkSession* session) {
|
proxy_connect_redirect_http_stream.h | 63 virtual void Drain(HttpNetworkSession* session) OVERRIDE;
|
http_basic_stream.cc | 109 void HttpBasicStream::Drain(HttpNetworkSession* session) {
|
http_pipelined_stream.h | 84 virtual void Drain(HttpNetworkSession* session) OVERRIDE;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
NSAutoreleasePoolChecker.cpp | 62 BT.reset(new BugType("Use -drain instead of -release", 71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when "
|
/hardware/qcom/audio/hal/ |
audio_hw.h | 79 OFFLOAD_CMD_DRAIN, /* send a full drain request to DSP */ 80 OFFLOAD_CMD_PARTIAL_DRAIN, /* send a partial drain request to DSP */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
Streams.java | 12 public static void drain(InputStream inStr) method in class:Streams
|
/external/chromium/net/http/ |
http_response_body_drainer.h | 23 // The size in bytes of the buffer we use to drain the response body that
|
/external/chromium_org/sync/notifier/ |
invalidation_notifier_unittest.cc | 58 // sufficient to drain the task queue before stopping the notifier.
|
/external/clang/test/ARCMT/ |
autoreleases.m | 59 [pool drain];
|
Common.h | 65 - (void)drain;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
rawmidi.h | 55 void (*drain) (struct snd_rawmidi_substream * substream); member in struct:snd_rawmidi_ops 66 unsigned int drain: 1, /* drain stage */ member in struct:snd_rawmidi_runtime
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
rawmidi.h | 55 void (*drain) (struct snd_rawmidi_substream * substream); member in struct:snd_rawmidi_ops 66 unsigned int drain: 1, /* drain stage */ member in struct:snd_rawmidi_runtime
|
/frameworks/base/core/jni/ |
android_view_DisplayEventReceiver.cpp | 34 // The value should be large enough that we can quickly drain the pipe 110 // Drain all pending events. 140 // Drain all pending events, keep the last vsync.
|
/external/chromium_org/base/power_monitor/ |
power_monitor_device_source.h | 18 // Windows HiRes timers drain the battery faster so we need to know the battery
|
/external/tinycompress/include/tinycompress/ |
tinycompress.h | 199 * compress_drain: drain the compress stream 202 * @compress: compress stream to be drain 216 * compress_partial_drain: drain will return after the last frame is decoded 222 * @compress: compress stream to be drain
|
/external/chromium_org/content/browser/loader/ |
detachable_resource_handler.cc | 60 // drain into |read_buffer_|. (If |next_handler_| is an AsyncResourceHandler, 72 // and drain it.
|