Searched defs:setOutputFile (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp50 void LinkerScript::setOutputFile(const std::string& pOutputFile) { function in class:mcld::LinkerScript
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp269 status_t MediaRecorder::setOutputFile(int fd, int64_t offset, int64_t length) function in class:android::MediaRecorder
271 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
281 ALOGE("setOutputFile called in an invalid state(%d)", mCurrentState);
296 status_t ret = mMediaRecorder->setOutputFile(fd, offset, length);
298 ALOGV("setOutputFile failed: %d", ret);
H A DIMediaRecorder.cpp174 status_t setOutputFile(int fd, int64_t offset, int64_t length) { function in class:android::BpMediaRecorder
175 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
433 reply->writeInt32(setOutputFile(fd, offset, length));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp164 status_t MediaRecorderClient::setOutputFile(int fd, int64_t offset, int64_t length) function in class:android::MediaRecorderClient
166 ALOGV("setOutputFile(%d, %lld, %lld)", fd, (long long)offset, (long long)length);
172 return mRecorder->setOutputFile(fd, offset, length);
H A DStagefrightRecorder.cpp250 status_t StagefrightRecorder::setOutputFile(int fd, int64_t offset, int64_t length) { function in class:android::StagefrightRecorder
251 ALOGV("setOutputFile: %d, %lld, %lld", fd, (long long)offset, (long long)length);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java47 * recorder.setOutputFile(PATH_NAME);
476 * be called after the video AND audio sources are set, and before setOutputFile().
778 public void setOutputFile(FileDescriptor fd) throws IllegalStateException method in class:MediaRecorder
792 public void setOutputFile(String path) throws IllegalStateException method in class:MediaRecorder
832 * setOutputFile(). Call this after prepare().

Completed in 5041 milliseconds