Lines Matching defs:recordFd_
195 if (recordFd_ != -1) { 196 FILE *fp = fdopen(recordFd_, "w+"); 199 fsync(recordFd_); 201 close(recordFd_); 203 recordFd_ = -1; 220 if (recordFd_ == -1) { 221 recordFd_ = SampleGetRecordFd(); 223 if (recordFd_ == -1) { 242 ret = recorder_->SetOutputFile(recordFd_); 350 int32_t recordFd_ = -1;