Searched refs:close (Results 51 - 75 of 818) sorted by relevance

1234567891011>>

/frameworks/av/media/img_utils/include/img_utils/
H A DFileOutput.h36 virtual status_t close();
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp40 status_t ByteArrayOutput::close() { function in class:android::img_utils::ByteArrayOutput
H A DInput.cpp26 status_t Input::close() { return OK; } function in class:android::img_utils::Input
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());
/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/base/core/java/android/util/
H A DAtomicFile.java77 * with the new data. You <em>must not</em> directly close the given
123 * returned by {@link #startWrite()}. This will close, sync, and
131 str.close();
141 * returned by {@link #startWrite()}. This will close the current
148 str.close();
164 fos.close();
185 * opening for read. You should call close() on the FileInputStream when
244 stream.close();
/frameworks/base/core/java/android/webkit/
H A DWebIconDatabase.java61 public abstract void close(); method in class:WebIconDatabase
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java93 str.close();
105 str.close();
126 fos.close();
174 stream.close();
/frameworks/base/core/java/com/android/internal/util/
H A DDumpUtils.java45 lpw.close();
/frameworks/base/media/java/android/media/
H A DImage.java172 public abstract void close(); method in class:Image
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java93 public abstract void close(); method in class:GraphRunner
/frameworks/base/obex/javax/obex/
H A DOperation.java77 * out.close();
78 * op.close();
96 * in.close();
97 * op.close();
103 * <code>close()</code> the <code>OutputStream</code> returned from
108 * <code>getResponseCode()</code> will do an implicit close on the
114 * close on the <code>InputStream</code>. No further data may be read at this
124 * operation since <code>close()</code> will be called by this method.
178 void close() throws IOException; method in interface:Operation
/frameworks/native/cmds/bugreport/
H A Dbugreport.c54 close(s);
/frameworks/native/services/surfaceflinger/
H A DBarrier.h42 void close() { function in class:android::Barrier
/frameworks/native/services/surfaceflinger/tests/waitforvsync/
H A Dwaitforvsync.cpp42 close(fd);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequest.java115 is.close();
117 op.close();
137 out.close();
141 op.close();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebIconDatabaseAdapter.java35 public void close() { method in class:WebIconDatabaseAdapter
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java84 output.close();
87 output.close();
98 output.close();
101 output.close();
146 dataFile.close();
147 state.close();
167 dataFile.close();
168 state.close();
208 out.close();
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp251 close(fd);
261 close(fd);
275 close(fd);
282 close(fd);
302 close(fd);
310 close(fd);
319 close(fd);
327 close(fd);
333 close(fd);
342 close(f
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java47 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
50 * close the returned {@link BluetoothSocket}.
53 * safe. In particular, {@link #close} will always immediately abort ongoing
54 * operations and close the server socket.
110 * <p>{@link #close} can be used to abort this call from another thread.
124 * <p>{@link #close} can be used to abort this call from another thread.
134 * Immediately close this socket, and release all associated resources.
138 * close any {@link BluetoothSocket} received from {@link #accept()}.
140 public void close() throws IOException { method in class:BluetoothServerSocket
146 mSocket.close();
[all...]
/frameworks/base/core/java/android/hardware/
H A DSerialPort.java62 public void close() throws IOException { method in class:SerialPort
64 mFileDescriptor.close();
/frameworks/base/core/java/android/net/
H A DINetworkStatsSession.aidl36 void close();
/frameworks/base/core/java/android/nfc/
H A DINfcAdapterExtras.aidl27 Bundle close(in String pkg, IBinder b);
H A DINfcTag.aidl28 int close(int nativeHandle);

Completed in 649 milliseconds

1234567891011>>