Searched refs:close (Results 176 - 200 of 877) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/printservice/
H A DPrintDocument.java66 * stream to the returned file descriptor, fully read the data, and close
89 sink.close();
/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java89 mCloseGuard.close();
/frameworks/base/core/tests/coretests/src/android/content/
H A DAssetTest.java59 is.close();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStressTest.java58 mDatabase.close();
/frameworks/base/packages/DefaultContainerService/jni/
H A Dcom_android_defcontainer_MeasurementUtils.cpp45 close(dirfd);
/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java79 out.close();
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java111 db.close();
138 db.close();
227 c.close();
228 db.close();
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DUsbAccessoryStreamTransport.java47 mFd.close();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextPathActivity.java73 path.close();
/frameworks/base/tools/preload/
H A DCompile.java69 in.close();
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java90 mCamera.close();
/frameworks/native/cmds/bugreport/
H A Dbugreport.cpp89 close(s);
/frameworks/native/libs/diskusage/
H A Ddirsize.c48 close(dfd);
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp75 // Binder dups the fd for use by mediaserver, so if we own the fd then OK to close now
77 (void) ::close(mDataLocator.fdi.fd);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java379 cursor.close();
460 cursor.close();
490 response.close();
502 response.close();
506 response.close();
529 cursor.close();
558 cursor.close();
H A DDownloadManagerTestApp.java151 outputFile.close();
181 dataInputFile.close();
207 cursor.close();
210 pfd.close();
247 pfd.close();
250 cursor.close();
/frameworks/base/libs/androidfw/tests/
H A DBackupData_test.cpp83 ::close(fd);
124 ::close(fd);
174 ::close(fd);
226 ::close(fd);
267 ::close(fd);
327 ::close(fd);
393 ::close(fd);
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java53 * you to close it when done with it.
61 * Optional socket used to communicate close events, status at close, and
181 mGuard.open("close");
305 * so you must still close that fd as well as the new ParcelFileDescriptor.
327 * responsible for closing it. You must not close the fd yourself.
344 * the Socket, so you must still close the Socket as well as the new
609 * expecting a reliable signal through {@link #close()} or
625 mGuard.close();
636 * If an error occurs attempting to close thi
639 public void close() throws IOException { method in class:ParcelFileDescriptor
847 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream
870 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
[all...]
H A DFileUtils.java178 in.close();
208 out.close();
283 bis.close();
284 input.close();
300 out.close();
325 cis.close();
H A DFileBridge.java120 Os.close(mTarget);
150 public void close() throws IOException { method in class:FileBridge.FileBridgeOutputStream
152 writeCommandAndBlock(CMD_CLOSE, "close()");
/frameworks/native/cmds/dumpstate/
H A Dutils.c111 close(fd);
163 close(fd);
205 close(fd);
293 close(fd);
571 close(fd);
600 close(fd);
657 close(fd);
701 close(cfd);
717 /* wait for the writable-close notification from inotify */
775 close(if
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java161 cursor.close();
495 pfd.close();
496 cursor.close();
636 output.close();
770 cursor.close();
819 cursor.close();
899 cursor.close();
910 cursor.close();
1015 cursor.close();
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java133 fd.close();
150 fd.close();
/frameworks/base/core/java/android/database/
H A DCursorWrapper.java49 public void close() { method in class:CursorWrapper
50 mCursor.close();
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java88 c.close();
144 c.close();

Completed in 1944 milliseconds

1234567891011>>