Lines Matching refs:bufferSz
31 int bufferSz = 0;
34 if (size < sizeof(bufferSz) + sizeof(duration) + sizeof(traceTags)) {
37 StreamToValueInfo(data, bufferSz);
38 bufferSz += 256; // 256 : min trace buffer size
42 std::string hitraceCmd = "hitrace -b " + std::to_string(bufferSz) + " -t " + std::to_string(duration);
52 int bufferSz = 0;
56 if (size < sizeof(bufferSz) + sizeof(isRaw) + sizeof(recordCmdRand) + sizeof(traceTags)) {
59 StreamToValueInfo(data, bufferSz);
60 bufferSz += 256; // 256 : min trace buffer size
70 std::string hitraceBuffer = " -b " + std::to_string(bufferSz);