Searched defs:OutFd (Results 1 – 1 of 1) sorted by relevance
185 struct OutFd : public RecorderParam { struct186 explicit OutFd(int32_t outFd) : RecorderParam(RecorderPublicParamType::OUT_FD), fd(outFd) {} in OutFd() argument190 struct NextOutFd : public RecorderParam { argument