Searched refs:TesterCapiOld (Results 1 – 3 of 3) sorted by relevance
38 TesterCapiOld* tester = static_cast<TesterCapiOld*>(userData); in OnNeedInputData()47 void TesterCapiOld::OnNewOutputData( in OnNewOutputData()50 TesterCapiOld* tester = static_cast<TesterCapiOld*>(userData); in OnNewOutputData()99 bool TesterCapiOld::SetCallback() in SetCallback()104 &TesterCapiOld::OnNeedInputData, in SetCallback()105 &TesterCapiOld::OnNewOutputData, in SetCallback()195 void TesterCapiOld::ClearAllBuffer() in ClearAllBuffer()355 bool TesterCapiOld::WaitForInput(BufInfo& buf) in WaitForInput()429 bool TesterCapiOld::WaitForOutput(BufInfo& buf) in WaitForOutput()492 bool TesterCapiOld::ReturnInput(const BufInfo& buf) in ReturnInput()[all …]
51 struct TesterCapiOld : TesterCapi { struct52 explicit TesterCapiOld(const CommandOpt& opt) : TesterCapi(opt) {} in TesterCapiOld() function
46 return make_shared<TesterCapiOld>(opt); in Create()