Searched defs:close (Results 1 - 25 of 141) sorted by path

123456

/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/libmedia/
H A DIMediaRecorder.cpp266 status_t close() function in class:android::BpMediaRecorder
268 ALOGV("close");
308 reply->writeInt32(close());
394 ::close(fd);
H A Dmediarecorder.cpp554 ret = close();
565 status_t MediaRecorder::close() function in class:android::MediaRecorder
567 ALOGV("close");
569 ALOGE("close called in an invalid state: %d", mCurrentState);
572 status_t ret = mMediaRecorder->close();
574 ALOGE("close failed: %d", ret);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp635 close(fd);
667 ::close(fd);
1269 ::close(fd);
1299 close();
1471 close();
1492 close();
1583 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
1585 ALOGV("close");
H A DMediaPlayerService.h104 virtual void close();
205 virtual void close() {} function in class:android::MediaPlayerService::AudioCache
H A DMediaRecorderClient.cpp267 status_t MediaRecorderClient::close() function in class:android::MediaRecorderClient
269 ALOGV("close");
275 return mRecorder->close();
H A DStagefrightRecorder.cpp254 ::close(mOutputFd);
1611 ::close(mOutputFd);
1633 status_t StagefrightRecorder::close() { function in class:android::StagefrightRecorder
1634 ALOGV("close");
/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/accounts/
H A DAccountManagerService.java299 cursor.close();
377 cursor.close();
416 accounts.openHelper.close();
462 cursor.close();
804 cursor.close();
1631 cursor.close();
1645 cursor.close();
1694 close(); // this clears mResponse so we need to save the response before this call
1698 private void close() { method in class:AccountManagerService.Session
1718 close();
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java165 /*package*/ void close() { method in class:BluetoothA2dp
189 close();
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 DBluetoothInputDevice.java246 /*package*/ void close() { method in class:BluetoothInputDevice
247 if (VDBG) log("close()");
H A DBluetoothInputStream.java43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.close();
H A DBluetoothOutputStream.java39 public void close() throws IOException { method in class:BluetoothOutputStream
40 mSocket.close();
H A DBluetoothPan.java148 /*package*/ void close() { method in class:BluetoothPan
149 if (VDBG) log("close()");
163 close();
H A DBluetoothPbap.java38 * BluetoothPbap service. Users of this object should call close() when they
168 close();
177 * results once close() has been called. Multiple invocations of close()
180 public synchronized void close() { method in class:BluetoothPbap
H A DBluetoothServerSocket.java48 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
51 * close the returned {@link BluetoothSocket}.
54 * safe. In particular, {@link #close} will always immediately abort ongoing
55 * operations and close the server socket.
111 * <p>{@link #close} can be used to abort this call from another thread.
125 * <p>{@link #close} can be used to abort this call from another thread.
135 * Immediately close this socket, and release all associated resources.
139 * close any {@link BluetoothSocket} received from {@link #accept()}.
141 public void close() throws IOException { method in class:BluetoothServerSocket
147 mSocket.close();
[all...]
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/content/
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();
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...]
H A DCursorEntityIterator.java105 public final void close() { method in class:CursorEntityIterator
110 mCursor.close();
H A DEntityIterator.java24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()}
38 public void close(); method in interface:EntityIterator
H A DSyncManager.java959 * close() when you are done with this ActiveSyncContext, whether the sync succeeded
1041 protected void close() { method in class:SyncManager.ActiveSyncContext
2337 activeSyncContext.close();
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java69 * in addition to the normal FileDescriptor object also allows you to close
123 * Convenience for calling <code>getParcelFileDescriptor().close()</code>.
125 public void close() throws IOException { method in class:AssetFileDescriptor
126 mFd.close();
130 * Create and return a new auto-close input stream for this asset. This
145 * Create and return a new auto-close output stream for this asset. This
167 * take care of calling {@link ParcelFileDescriptor#close
168 * ParcelFileDescritor.close()} for you when the stream is closed.
254 * take care of calling {@link ParcelFileDescriptor#close
255 * ParcelFileDescritor.close()} fo
[all...]

Completed in 133 milliseconds

123456