Searched defs:close (Results 101 - 125 of 141) sorted by relevance

123456

/frameworks/base/obex/javax/obex/
H A DClientOperation.java156 close();
303 public void close() throws IOException { method in class:ClientOperation
431 mPrivateInput.close();
435 mPrivateOutput.close();
H A DServerOperation.java316 mPrivateInput.close();
320 mPrivateOutput.close();
673 public void close() throws IOException { method in class:ServerOperation
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp266 status_t close() function in class:android::BpMediaRecorder
268 ALOGV("close");
308 reply->writeInt32(close());
394 ::close(fd);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java41 * {@link BluetoothAdapter#closeProfileProxy} to close the service connection.
281 * results once close() has been called. Multiple invocations of close()
284 /*package*/ void close() { method in class:BluetoothHeadset
285 if (VDBG) log("close()");
H A DBluetoothHealth.java53 * <li> When done, close the health channel by calling {@link #disconnectChannel}
313 * <p> Its the responsibility of the caller to close the ParcelFileDescriptor
491 /*package*/ void close() { method in class:BluetoothHealth
492 if (VDBG) log("close()");
H A DBluetoothSocket.java70 * safe. In particular, {@link #close} will always immediately abort ongoing
71 * operations and close the socket.
224 close();
296 * <p>{@link #close} can be used to abort this call from another thread.
430 public void close() throws IOException { method in class:BluetoothSocket
431 Log.d(TAG, "close() in, this: " + this + ", channel: " + mPort + ", state: " + mSocketState);
441 if (VDBG) Log.d(TAG, "close() this: " + this + ", channel: " + mPort + ", mSocketIS: " + mSocketIS +
447 mSocket.close();
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java58 public void close() throws IOException { method in class:LocalSocketImpl.SocketInputStream
59 LocalSocketImpl.this.close();
106 public void close() throws IOException { method in class:LocalSocketImpl.SocketOutputStream
107 LocalSocketImpl.this.close();
222 public void close() throws IOException { method in class:LocalSocketImpl
487 close();
/frameworks/base/core/java/android/util/
H A DJsonReader.java93 * reader.close();
533 public void close() throws IOException { method in class:JsonReader
538 in.close();
623 * previous name-value pair, or a close brace to denote the end of the
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java168 public void close() { method in class:SpellCheckerSession
171 mSpellCheckerSessionListenerImpl.close();
301 Log.e(TAG, "Failed to close " + e);
378 public void close() { method in class:SpellCheckerSession.SpellCheckerSessionListenerImpl
380 Log.w(TAG, "close");
402 // Only one close task should be processed, while we need to remove
403 // all close tasks from the queue
479 close();
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java206 public void close() { method in class:SuggestionsAdapter
207 if (DBG) Log.d(LOG_TAG, "close()");
257 if (c != null) c.close();
580 stream.close();
H A DSlidingDrawer.java710 * Toggles the drawer open and close. Takes effect immediately.
713 * @see #close()
729 * Toggles the drawer open and close with an animation.
732 * @see #close()
749 * @see #close()
767 public void close() { method in class:SlidingDrawer
776 * @see #close()
798 * @see #close()
871 * Sets the listener that receives a notification when the drawer becomes close.
953 // allowed to open/close th
[all...]
/frameworks/base/libs/androidfw/
H A DAsset.cpp142 ::close(fd);
149 ::close(fd);
154 ::close(fd);
195 ::close(fd);
203 ::close(fd);
214 ::close(fd);
365 close();
526 void _FileAsset::close(void) function in class:_FileAsset
689 close();
821 void _CompressedAsset::close(voi function in class:_CompressedAsset
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java205 * Cause the thread accepting connections on the server socket to close
207 public void close() { method in class:TestWebServer
211 acceptT.close();
289 public void close() { method in class:TestWebServer.AcceptThread
296 ss.close();
301 w.close();
309 log("IOException caught by server socket close");
374 synchronized void close() { method in class:TestWebServer.Worker
679 s.close();
748 s.close();
[all...]
/frameworks/av/media/mtp/
H A DMtpDevice.cpp197 close();
222 void MtpDevice::close() { function in class:android::MtpDevice
763 ::close(fd);
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java145 public void close() { method in class:AbstractCursor
317 // cursor will unregister all observers when it close
434 if (!mClosed) close();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java190 mCloseGuard.open("close");
204 public void close() { method in class:SQLiteConnectionPool
213 mCloseGuard.close();
266 // because we need to close all but the primary connection first.
296 // we have no choice but to close the primary connection beforehand
303 // close and discard all existing connections.
490 + "to end transactions in progress properly and to close the database "
528 connection.close(); // might throw
530 Log.e(TAG, "Failed to close connection, its fate is now in the hands "
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp163 static void close(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue
164 obj->close();
289 {"native_close","(I)V", (void*) SkPathGlue::close},
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java403 public void close() { method in class:BluetoothTestUtils
410 mOutputWriter.close();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java310 pathDelegate.close();
722 private void close() { method in class:Path_Delegate
760 close();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java404 public void close() { method in class:BridgeXmlBlockParser
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java293 public void close() { method in class:SipAudioCall
294 close(true);
297 private synchronized void close(boolean closeRtp) { method in class:SipAudioCall
481 close();
495 close(false);
580 close(true);
926 * it is undefined after the call ends or the {@link #close} method is
945 * {@link #close} method is called. If a group object is set by
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp324 close();
408 if (mTrack) close();
522 void VideoEditorPlayer::VeAudioOutput::close() { function in class:android::VideoEditorPlayer::VeAudioOutput
524 ALOGV("close");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h104 virtual void close();
205 virtual void close() {} function in class:android::MediaPlayerService::AudioCache
/frameworks/base/core/java/android/content/
H A DContentResolver.java537 // Client can't handle a sub-section of a file, so close what
540 afd.close();
1164 * failures when communicating with the provider, and be sure to close it
1189 * failures when communicating with the provider, and be sure to close it
1855 mCloseGuard.open("close");
1859 public void close() { method in class:ContentResolver.CursorWrapperInner
1860 super.close();
1865 mCloseGuard.close();
1879 Log.w(TAG, "Cursor finalized without prior close()");
1898 public void close() throw method in class:ContentResolver.ParcelFileDescriptorInner
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java49 public void close() { method in class:XmlBlock
259 // Automatically close the parse when we reach the end of
263 close();
443 public void close() { method in class:XmlBlock.Parser
454 close();
470 close();

Completed in 324 milliseconds

123456