Searched refs:outBufferBase_ (Results 1 – 2 of 2) sorted by relevance
86 outBufferBase_ = clientBufferOut_->GetBase(); in Prepare()94 CHECK_AND_RETURN_RET_LOG(inBufferBase_ && outBufferBase_ && clientBufferIn_ && clientBufferOut_, in Process()108 ret = memcpy_s(outBuffer, outSize, outBufferBase_, outSize); in Process()111 DumpFileUtil::WriteDumpFile(dumpFileOut_, outBufferBase_, outSize); in Process()123 outBufferBase_ = nullptr; in Release()
53 uint8_t *outBufferBase_ = nullptr; variable