Searched defs:close (Results 201 - 225 of 298) sorted by relevance

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuWrapperICS.java154 public void close() { method in class:MenuWrapperICS
155 mWrappedObject.close();
/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.h81 * It is safe to call close() multiple times.
83 virtual aaudio_result_t close() { function in class:aaudio::AudioStream
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp323 status_t close() function in class:android::BpMediaRecorder
325 ALOGV("close");
366 reply->writeInt32(close());
460 ::close(fd);
468 ::close(fd);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp309 status_t MediaRecorderClient::close() function in class:android::MediaRecorderClient
311 ALOGV("close");
317 return mRecorder->close();
/frameworks/av/media/ndk/
H A DNdkImage.cpp55 AImage::close(int releaseFenceFd) { function in class:AImage
62 LOG_ALWAYS_FATAL("Error: AImage not closed before AImageReader close!");
76 ALOGE("Cannot free AImage before close!");
622 image->close(releaseFenceFd);
625 LOG_ALWAYS_FATAL("Image close failed!");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java53 * <li> When done, close the health channel by calling {@link #disconnectChannel}
311 * <p> Its the responsibility of the caller to close the ParcelFileDescriptor
499 /*package*/ void close() { method in class:BluetoothHealth
500 if (VDBG) log("close()");
H A DBluetoothInputDevice.java271 /*package*/ void close() { method in class:BluetoothInputDevice
272 if (VDBG) log("close()");
H A DBluetoothInputHost.java254 void close() { method in class:BluetoothInputHost
255 Log.v(TAG, "close()");
272 Log.e(TAG,"close: could not unbind HID Dev service: ", e);
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java52 * be released using {@link #close()} in order to indicate to the system that
59 * {@link #openFile} are not thread safe -- you must not call {@link #close()}
90 mCloseGuard.open("close");
499 public void close() { method in class:ContentProviderClient
504 * @deprecated replaced by {@link #close()}.
512 mCloseGuard.close();
528 close();
570 mCloseGuard.open("close");
574 public void close() { method in class:ContentProviderClient.CursorWrapperInner
575 mCloseGuard.close();
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java450 public void close() { method in class:DngCreator
462 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();
626 * previous name-value pair, or a close brace to denote the end of the
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java162 public void close() { method in class:SpellCheckerSession
165 mSpellCheckerSessionListenerImpl.close();
320 Log.e(TAG, "Failed to close " + e);
432 public void close() { method in class:SpellCheckerSession.SpellCheckerSessionListenerImpl
465 // Only one close task should be processed, while we need to remove
466 // all close tasks from the queue
549 close();
/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java525 public void close() { method in class:FileSystemProvider.DirectoryCursor
526 super.close();
/frameworks/base/libs/androidfw/
H A DAsset.cpp155 ::close(fd);
162 ::close(fd);
167 ::close(fd);
208 ::close(fd);
216 ::close(fd);
227 ::close(fd);
412 close();
577 void _FileAsset::close(void) function in class:_FileAsset
743 close();
873 void _CompressedAsset::close(voi function in class:_CompressedAsset
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCas.java313 public void close() { method in class:MediaCas.Session
643 public void close() { method in class:MediaCas
656 close();
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java73 * The connection will be closed when you call {@link #close()}
95 connection.close();
98 mCloseGuard.open("close");
110 public void close() { method in class:MtpDevice
113 mCloseGuard.close();
117 mConnection.close();
127 close();
/frameworks/base/obex/javax/obex/
H A DServerOperation.java412 mPrivateInput.close();
416 mPrivateOutput.close();
806 public void close() throws IOException { method in class:ServerOperation
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java98 void close() { method in class:MtpDatabase
99 mDatabase.close();
200 storageCursor.close();
208 deviceCursor.close();
315 cursor.close();
342 cursor.close();
433 cursor.close();
464 cursor.close();
/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/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java107 cursor.close();
117 // TODO: Is this really what this is supposed to do? Just remove the cursors? Not close them?
131 public void close() { method in class:CompositeCursorAdapter
135 cursor.close();
220 prevCursor.close();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java86 public void close() { method in class:ImsUt
90 miUt.close();
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java278 * @param localProfileUri the URI of the profile to close
281 public void close(String localProfileUri) throws SipException { method in class:SipManager
284 mSipService.close(localProfileUri, mContext.getOpPackageName());
286 throw new SipException("close()", e);
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp110 close();
182 aaudio_result_t AudioStreamInternal::close() { function in class:AudioStreamInternal
183 ALOGD("AudioStreamInternal.close(): mServiceStreamHandle = 0x%08X",
186 // Don't close a stream while it is running.
195 ALOGE("AudioStreamInternal::close() waitForStateChange() returned %d %s",
205 return mEndPointParcelable.close();
/frameworks/av/media/mtp/
H A DMtpDevice.cpp246 close();
271 void MtpDevice::close() { function in class:android::MtpDevice
674 ::close(fd);
H A DMtpFfsHandle.cpp513 void MtpFfsHandle::close() { function in class:android::MtpFfsHandle

Completed in 755 milliseconds

1234567891011>>