Searched defs:close (Results 76 - 100 of 165) sorted by last modified time

1234567

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java237 // Video playback is done, so close us down
252 // Video playback is done, so close us down
276 // Video playback is done, so close us down
354 public void close(FilterContext context) { method in class:MediaSource
H A DSurfaceTextureSource.java108 * filter to close.
212 mNewFrameAvailable.close();
237 public void close(FilterContext context) { method in class:SurfaceTextureSource
H A DSurfaceTextureTarget.java185 public synchronized void close(FilterContext context) { method in class:SurfaceTextureTarget
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java192 public void close() { method in class:MtpClient
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java403 public void close() { method in class:BluetoothTestUtils
410 mOutputWriter.close();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp323 close();
408 if (mTrack != 0) close();
525 void VideoEditorPlayer::VeAudioOutput::close() { function in class:android::VideoEditorPlayer::VeAudioOutput
527 ALOGV("close");
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp277 status_t close() function in class:android::BpMediaRecorder
279 ALOGV("close");
319 reply->writeInt32(close());
405 ::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.cpp651 close(fd);
683 ::close(fd);
1292 ::close(fd);
1320 close();
1428 close();
1521 // we must close the previous output before opening a new one
1587 close();
1699 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
1701 ALOGV("close");
H A DMediaPlayerService.h102 virtual void close();
207 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.cpp255 ::close(mOutputFd);
1621 ::close(mOutputFd);
1643 status_t StagefrightRecorder::close() { function in class:android::StagefrightRecorder
1644 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/bluetooth/
H A DBluetoothA2dp.java172 /*package*/ void close() { method in class:BluetoothA2dp
196 close();
H A DBluetoothGatt.java581 public void close() { method in class:BluetoothGatt
582 if (DBG) Log.d(TAG, "close()");
H A DBluetoothGattServer.java296 public void close() { method in class:BluetoothGattServer
297 if (DBG) Log.d(TAG, "close()");
H A DBluetoothHeadset.java41 * {@link BluetoothAdapter#closeProfileProxy} to close the service connection.
293 * results once close() has been called. Multiple invocations of close()
296 /*package*/ void close() { method in class:BluetoothHeadset
297 if (VDBG) log("close()");
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
498 /*package*/ void close() { method in class:BluetoothHealth
499 if (VDBG) log("close()");
H A DBluetoothInputDevice.java252 /*package*/ void close() { method in class:BluetoothInputDevice
253 if (VDBG) log("close()");
H A DBluetoothInputStream.java43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.close();
H A DBluetoothMap.java118 close();
127 * results once close() has been called. Multiple invocations of close()
130 public synchronized void close() { method in class:BluetoothMap
H A DBluetoothOutputStream.java39 public void close() throws IOException { method in class:BluetoothOutputStream
40 mSocket.close();
H A DBluetoothPan.java156 /*package*/ void close() { method in class:BluetoothPan
157 if (VDBG) log("close()");
182 close();
H A DBluetoothPbap.java38 * BluetoothPbap service. Users of this object should call close() when they
173 close();
182 * results once close() has been called. Multiple invocations of close()
185 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...]

Completed in 256 milliseconds

1234567