Searched refs:close (Results 151 - 175 of 712) sorted by relevance

1234567891011>>

/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/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java220 camera.close();
243 camera.close();
269 camera.close();
326 mDevice.close();
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java152 is.close();
182 is.close();
324 is.close();
330 out.close();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java106 inputStream.close();
134 inputStream.close();
183 inputStream.close();
205 inputStream.close();
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp68 // Binder dups the fd for use by mediaserver, so if we own the fd then OK to close now
70 (void) ::close(mDataLocator.fdi.fd);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp308 close(fd);
419 close(fd);
715 close(fd);
785 close(fd);
792 close(fd);
845 close(fd);
917 close(fd);
1021 close(fd);
1183 close(fd);
1287 close(f
[all...]
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java51 * you to close it when done with it.
59 * Optional socket used to communicate close events, status at close, and
179 mGuard.open("close");
287 * so you must still close that fd as well as the new ParcelFileDescriptor.
309 * responsible for closing it. You must not close the fd yourself.
326 * the Socket, so you must still close the Socket as well as the new
574 * expecting a reliable signal through {@link #close()} or
598 * If an error occurs attempting to close this ParcelFileDescriptor.
601 public void close() throw method in class:ParcelFileDescriptor
801 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream
824 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
[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();
H A DDownloadManagerStressTest.java112 cursor.close();
184 fo.close();
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java154 outputFile.close();
184 dataInputFile.close();
212 cursor.close();
215 pfd.close();
252 pfd.close();
255 cursor.close();
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
H A DJankTestBase.java140 in.close();
141 out.close();
148 br.close();
318 fw.close();
322 Log.e(TAG, "close file failed.", e);
455 mWriter.close();
458 mStatusWriter.close();
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp171 close(fb);
197 close(fd);
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java88 c.close();
144 c.close();
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DHttpResponseCacheTest.java88 cache.close();
98 cache.close();
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java37 * pages, you write the document to an output stream and close the document.
67 * //close the document
68 * document.close();
94 mCloseGuard.open("close");
105 * <strong>Note:</strong> Do not call this method after {@link #close()}.
131 * <strong>Note:</strong> Do not call this method after {@link #close()}.
160 * <strong>Note:</strong> Do not call this method after {@link #close()}.
197 public void close() { method in class:PdfDocument
215 mCloseGuard.close();
/frameworks/base/media/java/android/media/
H A DMediaMetadataRetriever.java79 is.close();
112 * responsibility to close the file descriptor. It is safe to do so as soon
128 * responsibility to close the file descriptor. It is safe to do so as soon
191 fd.close();
214 * representative frame close to the given time position by considering
252 * representative frame close to the given time position if possible,
255 * how the frame is found as long as it is close to the given time;
H A DMediaMuxer.java138 fos.close();
351 mCloseGuard.close();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java102 public void close() { method in class:SyncRunner
175 mWakeCondition.close();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java108 * filter to close.
212 mNewFrameAvailable.close();
237 public void close(FilterContext context) { method in class:SurfaceTextureSource
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaTestUtil.java63 o.close();
152 mOutput.close();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCameraTest.java182 mPreviewDone.close();
190 mSnapshotDone.close();
/frameworks/base/services/java/com/android/server/
H A DLightsService.java148 fis.close();
168 fos.close();
/frameworks/base/services/java/com/android/server/location/
H A DGpsXtraDownloader.java148 dis.close();
165 client.close();
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java75 out.close();
170 socket.close();

Completed in 843 milliseconds

1234567891011>>