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

1234567891011>>

/frameworks/av/media/libaaudio/src/utility/
H A DFixedBlockAdapter.cpp22 close();
33 int32_t FixedBlockAdapter::close() function in class:FixedBlockAdapter
/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/telephony/java/android/telephony/ims/stub/
H A DImsStreamMediaSessionImplBase.java37 public void close() throws RemoteException { method in class:ImsStreamMediaSessionImplBase
/frameworks/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/av/media/libstagefright/include/
H A DCallbackDataSource.h40 virtual void close();
69 virtual void close() { mSource->close(); } function in class:android::TinyCacheSource
/frameworks/av/media/ndk/
H A DNdkImagePriv.h39 void close() { close(-1); } function in struct:AImage
40 void close(int releaseFenceFd);
42 // Remove from object memory. Must be called after close
74 // When reader is close, AImage will only accept close API call
/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/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

Completed in 4435 milliseconds

1234567891011>>