HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 676 - 700 of 1083) sorted by null

<<21222324252627282930>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 186 codedOutput.flush();
193 codedOutput.flush();
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 390 output.flush();
499 output.flush();
  /external/skia/src/core/
SkScan_AntiPath.cpp 110 this->flush();
114 /// Once fRuns contains a complete supersampled row, flush() blits
116 void flush();
143 void SuperBlitter::flush() { function in class:SuperBlitter
202 this->flush();
325 // Need to call flush() to clean up pending draws before we
328 this->flush();
SkStream.cpp 87 void SkWStream::flush() function in class:SkWStream
455 void SkFILEWStream::flush() function in class:SkFILEWStream
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 469 void GrInOrderDrawBuffer::flush() { function in class:GrInOrderDrawBuffer
601 // We use geometryHints() to know whether to flush the draw buffer. We
602 // can't flush if we are inside an unbalanced pushGeometrySource.
606 // flush.
630 this->flush();
636 // we will recommend a flush if the data could fit in a single
639 bool flush = false; local
646 flush = true;
657 flush = true;
661 return flush;
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayAnnotatedOutput.java 542 twoc.flush();
558 twoc.flush();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 112 // and flush to make sure that the written bytes are calculated correctly
114 writer.flush();
121 writer.flush();
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 387 status_t MediaCodec::flush() { function in class:android::MediaCodec
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 550 bool flush = false; local
560 flush = true;
569 flush = true;
572 if (flush) {
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 214 return (queue.flush() == 0);
298 public int flush() { method in class:SystemSensorManager.BaseEventQueue
  /frameworks/base/core/java/android/net/http/
Request.java 249 httpClientConnection.flush();
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 389 // Force a full memory flush
466 pw.flush();
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 148 status_t JMediaCodec::flush() { function in class:android::JMediaCodec
149 return mCodec->flush();
529 status_t err = codec->flush();
985 { "flush", "()V", (void *)android_media_MediaCodec_flush },
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioTrackTest.java 349 //Test case 3: getPlaybackHeadPosition() is 0 after flush();
372 track.flush();
    [all...]
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 577 logPrintWriter.flush();
  /frameworks/base/services/java/com/android/server/print/
RemotePrintSpooler.java 324 pw.flush();
  /frameworks/native/cmds/atrace/
atrace.cpp 584 int result, flush; local
597 flush = Z_NO_FLUSH;
613 flush = Z_FINISH;
634 } while ((result = deflate(&zs, flush)) == Z_OK);
  /frameworks/native/services/sensorservice/
SensorService.cpp 600 status_t err_flush = sensor->flush(connection.get(), handle);
601 // Flush may return error if the sensor is not activated or the underlying h/w sensor does
602 // not support flush.
692 ALOGE("flush called on Significant Motion sensor");
695 return sensor->flush(connection.get(), handle);
754 result.appendFormat("\t %s | status: %s | pending flush events %d\n",
756 flushInfo.mFirstFlushPending ? "First flush pending" :
812 ALOGD_IF(DEBUG_CONNECTIONS, "flush complete event sensor==%d ",
821 // This is the first flush before activate is called. Events can now be sent for
823 ALOGD_IF(DEBUG_CONNECTIONS, "First flush event for sensor==%d "
928 status_t SensorService::SensorEventConnection::flush() { function in class:android::SensorService::SensorEventConnection
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 556 pw.flush();
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 423 os.flush();
  /hardware/libhardware/include/hardware/
camera3.h 90 * - flush call to drop all in-flight requests/buffers as fast as possible.
2129 int (*flush)(const struct camera3_device *); member in struct:camera3_device_ops
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 173 out.flush();
  /libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java 101 out.flush();
110 out.flush();
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest2Test.java 150 output.flush();
194 output.flush();
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 600 ps.flush();
668 ps.flush();

Completed in 411 milliseconds

<<21222324252627282930>>