Searched refs:flush (Results 101 - 125 of 371) sorted by relevance

1234567891011>>

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DHalWifiScannerImpl.java114 public WifiScanner.ScanData[] getLatestBatchedScanResults(boolean flush) { argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DDeletedEphemeralSsidsStoreDataTest.java73 out.flush();
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DChannelLogoUtils.java130 outputStream.flush();
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamMMAP.cpp234 aaudio_result_t AAudioServiceStreamMMAP::flush() { function in class:AAudioServiceStreamMMAP
236 // TODO how do we flush an MMAP/NOIRQ buffer? sync pointers?
239 return AAudioServiceStreamBase::flush();;
H A DAAudioService.cpp169 return serviceStream->flush();
H A DAAudioServiceStreamBase.cpp101 aaudio_result_t AAudioServiceStreamBase::flush() { function in class:AAudioServiceStreamBase
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java182 public long flush() throws CameraAccessException { method in class:ICameraDeviceUserWrapper
184 return mRemoteDevice.flush();
/frameworks/base/core/java/android/os/
H A DShellCommand.java115 mOutPrintWriter.flush();
118 mErrPrintWriter.flush();
H A DBinder.java504 pw.flush();
542 pw.flush();
589 pw.flush();
/frameworks/base/core/java/android/util/
H A DJsonWriter.java383 public void flush() throws IOException { method in class:JsonWriter
384 out.flush();
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyStoreCryptoOperationChunkedStreamer.java218 output = ArrayUtils.concat(output, flush());
231 public byte[] flush() throws KeyStoreException { method in class:KeyStoreCryptoOperationChunkedStreamer
276 // No more output will be produced by this flush operation
280 // More output might be produced by this flush operation -- buffer output.
/frameworks/base/media/java/android/media/
H A DMediaSync.java441 public void flush() { method in class:MediaSync
448 mAudioTrack.flush();
496 * If the audio track was flushed as a result of {@link #flush}, it will be restarted.
538 // restart audio track after flush
/frameworks/base/services/core/java/com/android/server/pm/
H A DCompilerStats.java197 fpw.flush();
269 osw.flush();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java110 enter("verbose=true").flush();
112 enter("verbose=false").flush();
135 .flush();
155 .flush();
164 * @return LogMessage formatter (remember to .flush())
236 mVerboseLog.err("% RemoteException in HIDL call %").c(methodName).c(e.toString()).flush();
344 mVerboseLog.err("Failed to %. Vendor Hal start failed").c(message).flush();
451 mVerboseLog.info("scan capabilities %").c(cap.toString()).flush();
899 mVerboseLog.info("rtt capabilites %").c(capabilities.toString()).flush();
1242 mLog.err("Illegal argument for RTT request").c(e.toString()).flush();
[all...]
/frameworks/av/include/private/media/
H A DAudioTrackShared.h61 volatile int32_t mFlush; // incremented by client to indicate a request to flush;
386 virtual void flush();
411 virtual void flush();
466 uint32_t flush() { function in class:android::AudioRecordClientProxy
494 // ackFlush is true iff being called from Track::start to acknowledge a pending flush.
526 // If flush occurs then:
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp50 // No need to flush the caches here. There is a timer
51 // which will flush temporary resources over time.
122 layerCanvas->flush();
211 stream.flush();
222 ATRACE_NAME("flush commands");
223 canvas->flush();
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp178 // only consume a buffer if we are not going to flush, since we expect
179 // the dequeue -> flush -> queue operation to cause an error and
226 // check that queueing a buffer that was dequeued before flush
228 filterState->mCodec->flush();
235 ALOGE("FAIL: queue after flush returned OK");
237 ALOGE("queueInputBuffer after flush returned %d, "
272 filterState->mCodec->flush();
294 // releasing the buffer dequeued before flush should cause an error
297 ALOGE("FAIL: release after flush returned OK");
299 ALOGE("releaseOutputBuffer after flush returne
[all...]
/frameworks/av/include/media/audiohal/
H A DStreamHalInterface.h139 // Notifies to the audio driver to flush the queued data.
140 virtual status_t flush() = 0;
/frameworks/av/include/media/stagefright/
H A DMediaSync.h108 void flush();
/frameworks/av/media/libaudiohal/
H A DStreamHalLocal.h129 // Notifies to the audio driver to flush the queued data.
130 virtual status_t flush();
/frameworks/av/media/libaudiohal/include/
H A DStreamHalInterface.h139 // Notifies to the audio driver to flush the queued data.
140 virtual status_t flush() = 0;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaSync.h108 void flush();
/frameworks/av/media/libstagefright/include/
H A DMediaSync.h108 void flush();
/frameworks/base/core/java/com/android/internal/midi/
H A DEventScheduler.java240 protected void flush() { method in class:EventScheduler
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuTimeReader.java141 writer.flush();

Completed in 407 milliseconds

1234567891011>>