Searched defs:close (Results 126 - 150 of 298) sorted by relevance

1234567891011>>

/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp154 Return<Status> DisplayEventReceiver::close() { function in class:android::frameworks::displayservice::V1_0::implementation::DisplayEventReceiver
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java184 close();
188 private native void close(); method in class:RtpStream
192 close();
/frameworks/support/compat/ics/android/support/v4/net/
H A DDatagramSocketWrapper.java61 protected void close() throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java62 mCursor.close();
156 public void close() { method in class:CursorObjectAdapter
158 mCursor.close();
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h39 close();
130 aaudio_result_t close() { function in class:AAudioSimplePlayer
H A DAAudioSimpleRecorder.h34 close();
130 aaudio_result_t close() { function in class:AAudioSimpleRecorder
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp128 close();
177 aaudio_result_t AudioStreamRecord::close() function in class:AudioStreamRecord
179 // TODO add close() or release() to AudioRecord API then call it from here
184 mFixedBlockWriter.close();
H A DAudioStreamTrack.cpp141 close();
197 aaudio_result_t AudioStreamTrack::close() function in class:AudioStreamTrack
203 mFixedBlockReader.close();
/frameworks/av/media/libaudiohal/
H A DEffectHalHidl.cpp48 close();
266 status_t EffectHalHidl::close() { function in class:android::EffectHalHidl
268 Return<Result> ret = mEffect->close();
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp602 ret = close();
657 status_t MediaRecorder::close() function in class:android::MediaRecorder
659 ALOGV("close");
661 ALOGE("close called in an invalid state: %d", mCurrentState);
664 status_t ret = mMediaRecorder->close();
666 ALOGE("close failed: %d", ret);
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3reader.cpp419 void Mp3Reader::close() { function in class:Mp3Reader
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamMMAP.cpp52 close();
55 aaudio_result_t AAudioServiceStreamMMAP::close() { function in class:AAudioServiceStreamMMAP
57 // Apparently the above close is asynchronous. An attempt to open a new device
58 // right after a close can fail. Also some callbacks may still be in flight!
63 ::close(mAudioDataFileDescriptor);
67 return AAudioServiceStreamBase::close();
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java89 public void close() { method in class:Device
131 Log.e(TAG, "Tried to close already closed device.");
/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/bluetooth/
H A DBluetoothA2dp.java240 /*package*/ void close() { method in class:BluetoothA2dp
H A DBluetoothA2dpSink.java192 /*package*/ void close() { method in class:BluetoothA2dpSink
216 close();
H A DBluetoothGattServer.java406 public void close() { method in class:BluetoothGattServer
407 if (DBG) Log.d(TAG, "close()");
H A DBluetoothMap.java117 close();
126 * results once close() has been called. Multiple invocations of close()
129 public synchronized void close() { method in class:BluetoothMap
H A DBluetoothMapClient.java137 close();
146 * results once close() has been called. Multiple invocations of close()
149 public void close() { method in class:BluetoothMapClient
H A DBluetoothPan.java156 /*package*/ void close() { method in class:BluetoothPan
157 if (VDBG) log("close()");
182 close();
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java90 * in addition to the normal FileDescriptor object also allows you to close
152 * Convenience for calling <code>getParcelFileDescriptor().close()</code>.
155 public void close() throws IOException { method in class:AssetFileDescriptor
156 mFd.close();
160 * Create and return a new auto-close input stream for this asset. This
175 * Create and return a new auto-close output stream for this asset. This
197 * take care of calling {@link ParcelFileDescriptor#close
198 * ParcelFileDescritor.close()} for you when the stream is closed.
284 * take care of calling {@link ParcelFileDescriptor#close
285 * ParcelFileDescritor.close()} fo
[all...]
/frameworks/base/core/java/android/database/
H A DCursor.java376 void close(); method in interface:Cursor
405 * {@link #requery()}, {@link #deactivate()}, or {@link #close()}.
H A DCursorWrapper.java49 public void close() { method in class:CursorWrapper
50 mCursor.close();
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java164 mCloseGuard.open("close");
171 close();
234 /** @removed replaced by {@link #close()} */
237 close();
254 public void close() { method in class:HardwareBuffer
256 mCloseGuard.close();
270 * @see #close()
285 * {@link #close()} has been previously called.</p>
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java654 * will close any existing capture session automatically, and call the older session listener's
668 public abstract void close(); method in class:CameraCaptureSession

Completed in 2794 milliseconds

1234567891011>>