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

12345678

/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp40 status_t ByteArrayOutput::close() { function in class:android::img_utils::ByteArrayOutput
H A DEndianUtils.cpp32 status_t EndianOutput::close() { function in class:android::img_utils::EndianOutput
33 return mOutput->close();
H A DFileInput.cpp28 ALOGE("%s: FileInput destroyed without calling close!", __FUNCTION__);
29 close();
69 status_t FileInput::close() { function in class:android::img_utils::FileInput
71 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
77 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
H A DFileOutput.cpp29 close();
63 status_t FileOutput::close() { function in class:android::img_utils::FileOutput
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
71 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
H A DInput.cpp26 status_t Input::close() { return OK; } function in class:android::img_utils::Input
H A DOutput.cpp25 status_t Output::close() { return OK; } function in class:android::img_utils::Output
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp279 status_t close() function in class:android::BpMediaRecorder
281 ALOGV("close");
321 reply->writeInt32(close());
407 ::close(fd);
H A Dmediarecorder.cpp560 ret = close();
571 status_t MediaRecorder::close() function in class:android::MediaRecorder
573 ALOGV("close");
575 ALOGE("close called in an invalid state: %d", mCurrentState);
578 status_t ret = mMediaRecorder->close();
580 ALOGE("close failed: %d", ret);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp732 close(fd);
764 ::close(fd);
1402 ::close(fd);
1434 close();
1552 close();
1645 // we must close the previous output before opening a new one
1723 close();
1837 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
1839 ALOGV("close");
H A DMediaPlayerService.h105 virtual void close();
219 virtual void close() {} function in class:android::MediaPlayerService::AudioCache
H A DMediaRecorderClient.cpp268 status_t MediaRecorderClient::close() function in class:android::MediaRecorderClient
270 ALOGV("close");
276 return mRecorder->close();
H A DStagefrightRecorder.cpp264 ::close(mOutputFd);
1717 ::close(mOutputFd);
1738 status_t StagefrightRecorder::close() { function in class:android::StagefrightRecorder
1739 ALOGV("close");
/frameworks/av/media/mtp/
H A DMtpDevice.cpp197 close();
222 void MtpDevice::close() { function in class:android::MtpDevice
773 ::close(fd);
/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.java178 /*package*/ void close() { method in class:BluetoothA2dp
202 close();
H A DBluetoothA2dpSink.java191 /*package*/ void close() { method in class:BluetoothA2dpSink
215 close();
H A DBluetoothAvrcpController.java133 /*package*/ void close() { method in class:BluetoothAvrcpController
157 close();
H A DBluetoothGatt.java628 public void close() { method in class:BluetoothGatt
629 if (DBG) Log.d(TAG, "close()");
H A DBluetoothGattServer.java326 public void close() { method in class:BluetoothGattServer
327 if (DBG) Log.d(TAG, "close()");
H A DBluetoothHeadset.java42 * {@link BluetoothAdapter#closeProfileProxy} to close the service connection.
301 * results once close() has been called. Multiple invocations of close()
304 /*package*/ void close() { method in class:BluetoothHeadset
305 if (VDBG) log("close()");
H A DBluetoothHeadsetClient.java438 * results once close() has been called. Multiple invocations of close()
441 /*package*/ void close() { method in class:BluetoothHeadsetClient
442 if (VDBG) log("close()");
H A DBluetoothHealth.java52 * <li> When done, close the health channel by calling {@link #disconnectChannel}
310 * <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.java270 /*package*/ void close() { method in class:BluetoothInputDevice
271 if (VDBG) log("close()");
H A DBluetoothInputStream.java43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.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

Completed in 252 milliseconds

12345678