Home
last modified time | relevance | path

Searched refs:setNextOutputFile (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/av/media/libmedia/include/media/
H A DIMediaRecorder.h53 virtual status_t setNextOutputFile(int fd) = 0;
H A DMediaRecorderBase.h55 virtual status_t setNextOutputFile(int /*fd*/) {return INVALID_OPERATION;} in setNextOutputFile() function
H A Dmediarecorder.h246 status_t setNextOutputFile(int fd);
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h61 virtual status_t setNextOutputFile(int fd);
H A DMediaRecorderClient.cpp209 status_t MediaRecorderClient::setNextOutputFile(int fd) in setNextOutputFile() function in android::MediaRecorderClient
217 return mRecorder->setNextOutputFile(fd); in setNextOutputFile()
H A DStagefrightRecorder.h65 virtual status_t setNextOutputFile(int fd);
H A DStagefrightRecorder.cpp428 status_t StagefrightRecorder::setNextOutputFile(int fd) { in setNextOutputFile() function in android::StagefrightRecorder
/aosp12/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp357 status_t MediaRecorder::setNextOutputFile(int fd) in setNextOutputFile() function in android::MediaRecorder
381 status_t ret = mMediaRecorder->setNextOutputFile(fd); in setNextOutputFile()
H A DIMediaRecorder.cpp226 status_t setNextOutputFile(int fd) { in setNextOutputFile() function in android::BpMediaRecorder
642 reply->writeInt32(setNextOutputFile(fd)); in onTransact()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRecorder.java1212 public void setNextOutputFile(FileDescriptor fd) throws IOException in setNextOutputFile() method in MediaRecorder
1249 public void setNextOutputFile(File file) throws IOException in setNextOutputFile() method in MediaRecorder
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp368 status_t opStatus = mr->setNextOutputFile(fd); in android_media_MediaRecorder_setNextOutputFileFD()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt23102 method public void setNextOutputFile(java.io.FileDescriptor) throws java.io.IOException;
23103 method public void setNextOutputFile(java.io.File) throws java.io.IOException;