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

123456789

/frameworks/base/core/java/android/content/
H A DEntityIterator.java24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()}
38 public void close(); method in interface:EntityIterator
H A DCursorEntityIterator.java105 public final void close() { method in class:CursorEntityIterator
110 mCursor.close();
/frameworks/base/core/java/android/content/res/
H A DXmlResourceParser.java26 * an additional close() method on this interface for the client to indicate
34 public void close(); method in interface:XmlResourceParser
/frameworks/av/media/img_utils/src/
H A DOutput.cpp25 status_t Output::close() { return OK; } function in class:android::img_utils::Output
H A DByteArrayOutput.cpp40 status_t ByteArrayOutput::close() { function in class:android::img_utils::ByteArrayOutput
H A DFileInput.cpp28 ALOGE("%s: FileInput destroyed without calling close!", __FUNCTION__);
29 close();
69 status_t FileInput::close() { function in class:android::img_utils::FileInput
71 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
77 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
H A DFileOutput.cpp29 close();
63 status_t FileOutput::close() { function in class:android::img_utils::FileOutput
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
71 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
H A DInput.cpp26 status_t Input::close() { return OK; } function in class:android::img_utils::Input
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DAutoCloseable.java31 void close() throws Exception; } method in interface:AutoCloseable
/frameworks/base/core/java/android/os/
H A DConditionVariable.java25 * open(), close() and block() are sticky. If open() is called before block(),
59 * Any threads that later approach block() will not block unless close()
79 public void close() method in class:ConditionVariable
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DICall.java28 public void close(); method in interface:ICall
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputStream.java43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.close();
H A DBluetoothOutputStream.java39 public void close() throws IOException { method in class:BluetoothOutputStream
40 mSocket.close();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteClosable.java31 * a call to {@link #releaseReference()} or {@link #close()}.
105 public void close() { method in class:SQLiteClosable
/frameworks/base/core/java/android/net/
H A DLocalServerSocket.java109 public void close() throws IOException method in class:LocalServerSocket
111 impl.close();
/frameworks/base/core/java/android/webkit/
H A DWebMessagePort.java90 public abstract void close(); method in class:WebMessagePort
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java115 public void close() { method in class:AndroidHandler
116 // No need to close, but must implement abstract method.
/frameworks/base/core/java/com/android/internal/util/
H A DSizedInputStream.java38 public void close() throws IOException { method in class:SizedInputStream
39 super.close();
40 mWrapped.close();
/frameworks/base/libs/hwui/thread/
H A DBarrier.h36 void close() { function in class:android::uirenderer::Barrier
/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.cpp46 mCloseMethod = env->GetMethodID(mediaDataSourceClass.get(), "close", "()V");
144 void JMediaDataSource::close() { function in class:android::JMediaDataSource
/frameworks/base/obex/javax/obex/
H A DObexTransport.java62 void close() throws IOException; method in interface:ObexTransport
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java72 public synchronized void close() throws Exception { method in class:CameraTestThread
88 close();
/frameworks/native/services/surfaceflinger/
H A DBarrier.h42 void close() { function in class:android::Barrier
/frameworks/opt/net/voip/src/jni/rtp/
H A DRtpStream.cpp53 ::close(socket);
64 ::close(socket);
85 ::close(socket);
89 void close(JNIEnv *env, jobject thiz) function in namespace:__anon1533
92 ::close(socket);
98 {"close", "()V", (void *)close},
/frameworks/support/v4/java/android/support/v4/util/
H A DLogWriter.java43 @Override public void close() { method in class:LogWriter

Completed in 2272 milliseconds

123456789