Home
last modified time | relevance | path

Searched refs:debugInfoSize (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp354 size_t debugInfoSize = 0; in GetDebugInfo() local
355 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(nullptr, 0, &debugInfoSize); in GetDebugInfo()
356 std::vector<unsigned char> debugInfo(debugInfoSize); in GetDebugInfo()
358 errorCode = mappedFn(&debugInfo[0], debugInfo.size(), &debugInfoSize); in GetDebugInfo()