Searched defs:setOutputFile (Results 1 – 5 of 5) sorted by relevance
156 status_t MediaRecorderClient::setOutputFile(const char* path) in setOutputFile() function in android::MediaRecorderClient167 status_t MediaRecorderClient::setOutputFile(int fd, int64_t offset, int64_t length) in setOutputFile() function in android::MediaRecorderClient
234 status_t StagefrightRecorder::setOutputFile(const char *path) { in setOutputFile() function in android::StagefrightRecorder242 status_t StagefrightRecorder::setOutputFile(int fd, int64_t offset, int64_t length) { in setOutputFile() function in android::StagefrightRecorder
261 status_t MediaRecorder::setOutputFile(const char* path) in setOutputFile() function in android::MediaRecorder287 status_t MediaRecorder::setOutputFile(int fd, int64_t offset, int64_t length) in setOutputFile() function in android::MediaRecorder
158 status_t setOutputFile(const char* path) in setOutputFile() function in android::BpMediaRecorder168 status_t setOutputFile(int fd, int64_t offset, int64_t length) { in setOutputFile() function in android::BpMediaRecorder
617 public void setOutputFile(FileDescriptor fd) throws IllegalStateException in setOutputFile() method in MediaRecorder631 public void setOutputFile(String path) throws IllegalStateException in setOutputFile() method in MediaRecorder