Searched refs:close (Results 76 - 100 of 999) sorted by relevance

1234567891011>>

/frameworks/av/media/img_utils/src/
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/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.aidl44 void close();
/frameworks/base/core/java/android/nfc/
H A DINfcAdapterExtras.aidl27 Bundle close(in String pkg, IBinder b);
/frameworks/base/core/tests/benchmarks/src/android/content/res/
H A DResourcesBenchmark.java53 mAsset.close();
82 parser.close();
/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteMemoryIntArrayService.java96 public void close() {
99 mArray.close();
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsUt.aidl32 void close();
/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/compile/libbcc/include/bcc/Support/
H A DFileBase.h94 close();
148 void close();
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java57 public void close() throws IOException { method in class:PoolingByteArrayOutputStream
60 super.close();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java59 public void close(); method in interface:Tracer.TracerSink
75 public void close() { method in class:Tracer.FileSink
76 mOut.close();
88 public void close() { method in class:Tracer.LogcatSink
151 sink.close();
/frameworks/base/core/java/android/content/
H A DCursorLoader.java72 cursor.close();
101 cursor.close();
113 oldCursor.close();
173 cursor.close();
185 mCursor.close();
H A DContentQueryMap.java134 // while another thread called close(), which nulls out mCursor.
168 public synchronized void close() { method in class:ContentQueryMap
173 mCursor.close();
179 if (mCursor != null) close();
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java68 cursor.close();
97 cursor.close();
109 oldCursor.close();
169 cursor.close();
181 mCursor.close();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java144 close();
161 close();
443 if (stmt != null) stmt.close();
488 if (stmt != null) stmt.close();
532 if (stmt != null) stmt.close();
574 if (stmt != null) stmt.close();
594 if (stmt != null) stmt.close();
613 if (stmt != null) stmt.close();
632 if (stmt != null) stmt.close();
719 if (stmt != null) stmt.close();
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java97 p.close();
107 p.close();
116 p.close();
126 p.close();
135 p.close();
144 p.close();
154 p.close();
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceServer.java99 close();
103 abstract void close(); method in class:MidiDeviceServer.PortClient
107 close();
120 void close() { method in class:MidiDeviceServer.InputPortClient
141 void close() { method in class:MidiDeviceServer.OutputPortClient
243 client.close();
312 mGuard.open("close");
349 public void close() throws IOException { method in class:MidiDeviceServer
352 mGuard.close();
378 close();
[all...]
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java187 // don't close and reopen if an equivalent cache is already installed
193 trueResponseCache.close();
277 @Override public void close() throws IOException { method in class:HttpResponseCache
281 delegate.close();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java61 mDatabase.close();
76 c.close();
126 if (cursor != null) cursor.close();
/frameworks/base/core/tests/coretests/src/android/net/
H A DLocalSocketTest.java134 ss.close();
136 ls.close();
169 ls1.close();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DFilteringCursorWrapper.java80 public void close() { method in class:FilteringCursorWrapper
81 super.close();
82 mCursor.close();
/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java90 Os.close(fd);
99 Os.close(fd);
107 try { Os.close(fd); }
108 catch (ErrnoException eClose) {Slog.e(TAG, "Failed to close fd, error = " + eClose.getMessage());}
/frameworks/base/services/core/java/com/android/server/tv/
H A DUinputBridge.java60 mCloseGuard.open("close");
69 close(mToken);
76 public void close(IBinder token) { method in class:UinputBridge
83 mCloseGuard.close();
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbDeviceManager.cpp77 close(fd);
105 close(fd);
117 close(fd);
/frameworks/base/services/tests/servicestests/src/android/net/netlink/
H A DNetlinkSocketTest.java91 s.close();
104 s.close();
114 s.close();

Completed in 1553 milliseconds

1234567891011>>