Searched refs:moreData (Results 1 – 2 of 2) sorted by relevance
38 const char* moreData; in copyFromSharedBuffer() local39 while (unsigned moreDataLength = sharedBuffer.getSomeData(moreData, offset)) { in copyFromSharedBuffer()41 memcpy(buffer + bytesExtracted, moreData, bytesToCopy); in copyFromSharedBuffer()
111 const bool moreData = data.size() > m_lastDataSize; in setData() local112 m_dataChanged = firstData || moreData; in setData()