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

12345678910

/frameworks/av/include/media/stagefright/
H A DDataSource.h128 virtual void close() {}; function in class:android::DataSource
/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 DIDataSource.cpp70 virtual void close() { function in struct:android::BpDataSource
159 close();
H A DIMediaRecorder.cpp300 status_t close() function in class:android::BpMediaRecorder
302 ALOGV("close");
343 reply->writeInt32(close());
434 ::close(fd);
H A Dmediarecorder.cpp554 ret = close();
609 status_t MediaRecorder::close() function in class:android::MediaRecorder
611 ALOGV("close");
613 ALOGE("close called in an invalid state: %d", mCurrentState);
616 status_t ret = mMediaRecorder->close();
618 ALOGE("close failed: %d", ret);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp750 close(fd);
1405 close();
1750 // we must close the previous output before opening a new one
1968 mCallbackData->endTrackSwitch(); // release lock for callbacks before close.
2010 void MediaPlayerService::AudioOutput::close() function in class:android::MediaPlayerService::AudioOutput
2012 ALOGV("close");
H A DMediaRecorderClient.cpp287 status_t MediaRecorderClient::close() function in class:android::MediaRecorderClient
289 ALOGV("close");
295 return mRecorder->close();
H A DStagefrightRecorder.cpp265 ::close(mOutputFd);
1806 ::close(mOutputFd);
1827 status_t StagefrightRecorder::close() { function in class:StagefrightRecorder
1828 ALOGV("close");
/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp43 close();
105 void CallbackDataSource::close() { function in class:android::CallbackDataSource
107 mIDataSource->close();
H A DMediaExtractor.cpp88 virtual void close();
115 close();
127 void RemoteDataSource::close() { function in class:android::RemoteDataSource
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3reader.cpp419 void Mp3Reader::close() { function in class:Mp3Reader
/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h40 virtual void close();
68 virtual void close() { mSource->close(); } function in class:android::TinyCacheSource
/frameworks/av/media/mtp/
H A DMtpDevice.cpp232 close();
257 void MtpDevice::close() { function in class:android::MtpDevice
667 ::close(fd);
/frameworks/av/media/ndk/
H A DNdkImage.cpp55 AImage::close() { function in class:AImage
62 LOG_ALWAYS_FATAL("Error: AImage not closed before AImageReader close!");
75 ALOGE("Cannot free AImage before close!");
505 image->close();
508 LOG_ALWAYS_FATAL("Image close failed!");
/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/app/usage/
H A DNetworkStats.java72 * The session while the query requires it, null if all the stats have been collected or close()
106 mCloseGuard.open("close");
118 close();
379 public void close() { method in class:NetworkStats
382 mSession.close();
390 mCloseGuard.close();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java181 /*package*/ void close() { method in class:BluetoothA2dp
H A DBluetoothA2dpSink.java191 /*package*/ void close() { method in class:BluetoothA2dpSink
215 close();
H A DBluetoothAvrcpController.java191 /*package*/ void close() { method in class:BluetoothAvrcpController
215 close();

Completed in 1484 milliseconds

12345678910