Searched defs:close (Results 1 - 18 of 18) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFunction.java100 public void close() { method in class:FilterFunction
H A DGraphRunner.java93 public abstract void close(); method in class:GraphRunner
H A DInputPort.java49 public void close() { method in class:InputPort
51 mSourcePort.close();
53 super.close();
H A DOutputPort.java51 public void close() { method in class:OutputPort
52 super.close();
54 mTargetPort.close();
H A DAsyncRunner.java125 mRunner.close();
210 * been completed. Calling stop will close the filter graph. */
220 synchronized public void close() { method in class:AsyncRunner
222 throw new RuntimeException("Cannot close graph while it is running!");
225 mRunner.close();
H A DSyncRunner.java102 public void close() { method in class:SyncRunner
175 mWakeCondition.close();
H A DFilterPort.java79 public void close() { method in class:FilterPort
H A DFilter.java189 public void close(FilterContext context) { method in class:Filter
399 getOutputPort(name).close();
486 close(context);
687 inputPort.close();
690 outputPort.close();
697 if (mLogVerbose) Log.v(TAG, "Filter " + this + " must close due to port " + inputPort);
703 if (mLogVerbose) Log.v(TAG, "Filter " + this + " must close due to port " + outputPort);
/system/media/mca/filterpacks/ui/java/
H A DSurfaceRenderFilter.java205 public void close(FilterContext context) { method in class:SurfaceRenderFilter
H A DSurfaceTargetFilter.java198 public void close(FilterContext context) { method in class:SurfaceTargetFilter
/system/media/mca/filterpacks/videosrc/java/
H A DSurfaceTextureSource.java108 * filter to close.
212 mNewFrameAvailable.close();
237 public void close(FilterContext context) { method in class:SurfaceTextureSource
H A DCameraSource.java219 public void close(FilterContext context) { method in class:CameraSource
291 // the requested size, but as close as possible. The below isn't a
H A DMediaSource.java230 // Video playback is done, so close us down
245 // Video playback is done, so close us down
269 // Video playback is done, so close us down
347 public void close(FilterContext context) { method in class:MediaSource
/system/extras/ext4_utils/
H A Doutput_file.c45 void (*close)(struct output_file *); member in struct:output_file_ops
88 close(out->fd);
95 .close = file_close,
133 .close = gz_file_close,
343 out->ops->close(out);
534 close(file_fd);
552 close(file_fd);
556 close(file_fd);
/system/media/mca/filterpacks/videosink/java/
H A DMediaEncoderFilter.java451 public void close(FilterContext context) { method in class:MediaEncoderFilter
/system/core/adb/
H A Dadb.h119 /* close is called by the peer when it has gone away.
121 ** peer once our close method is called.
123 void (*close)(asocket *s); member in struct:asocket
170 void (*close)(atransport *t); member in struct:atransport
H A Dsysdeps.h122 return close(fd);
124 #undef close macro
125 #define close ____xxx_close macro
348 return close(fd);
350 #undef close macro
351 #define close ____xxx_close macro
/system/media/mca/filterpacks/videoproc/java/
H A DBackDropperFilter.java840 public void close(FilterContext context) { method in class:BackDropperFilter

Completed in 3172 milliseconds