Lines Matching full:numbytes
185 uint32_t numBytes = 0;186 mDump(mHwcDevice, &numBytes, nullptr);188 std::vector<char> buffer(numBytes);189 mDump(mHwcDevice, &numBytes, buffer.data());