Searched defs:flush (Results 1 - 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
H A DPipeShort.java118 public void flush() method in class:PipeShort
/cts/tests/tests/media/src/android/media/cts/
H A DNonBlockingAudioTrack.java128 public void flush() { method in class:NonBlockingAudioTrack
132 mAudioTrack.flush();
H A DAudioRecordNative.java72 public boolean flush() { method in class:AudioRecordNative
H A DAudioTrackNative.java75 public boolean flush() { method in class:AudioTrackNative
H A DCodecState.java134 public void flush() { method in class:CodecState
146 mAudioTrack.flush();
149 mCodec.flush();
H A DMediaCodecTunneledPlayer.java373 public void flush() { method in class:MediaCodecTunneledPlayer
374 Log.d(TAG, "flush");
382 state.flush();
386 state.flush();
H A DAdaptivePlaybackTest.java361 // flush before CSD requires not submitting CSD with configure
366 decoder.flush();
367 // We must always queue CSD after a flush that is potentially
402 * PTS can be repeated after flush.
411 new Step("testing EOS & flush before seek - init", this, c) {
420 new Step("testing EOS & flush before seeking after " + queuedFrames +
435 mDecoder.flush();
444 new Step("testing EOS & flush before seek - finally", this, c) {
493 mDecoder.flush();
673 * forward and backward without the need to flush
948 public void flush() { method in class:AdaptivePlaybackTest.Decoder
[all...]
/cts/libs/json/src/com/android/json/stream/
H A DJsonWriter.java336 public void flush() throws IOException { method in class:JsonWriter
337 out.flush();
/cts/tests/tests/media/libaudiojni/
H A Daudio-record-native.cpp196 (void)flush();
280 status_t flush() { function in class:AudioRecordNative
334 // success then the blob is ours with valid data otherwise a flush has occurred
544 return (jint)record->flush();
H A Daudio-track-native.cpp180 (void)flush();
264 status_t flush() { function in class:AudioTrackNative
488 return (jint)track->flush();
/cts/tests/tests/openglperf/src/android/openglperf/cts/
H A DGLSurfaceViewCustom.java1780 @Override public void flush() { method in class:GLSurfaceViewCustom.LogWriter

Completed in 394 milliseconds