Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:setOutputFile

235 status_t StagefrightRecorder::setOutputFile(const char *path) {
236 ALOGE("setOutputFile(const char*) must not be called");
243 status_t StagefrightRecorder::setOutputFile(int fd, int64_t offset, int64_t length) {
244 ALOGV("setOutputFile: %d, %lld, %lld", fd, offset, length);