Searched refs:bytesgcount (Results 1 – 1 of 1) sorted by relevance
77 size_t bytesgcount = mEleStream->gcount(); in onInputAvailable() local78 if (bytesgcount != bytesToRead) { in onInputAvailable()79 ALOGE("bytes to read %zu actual bytes read %zu \n", bytesToRead, bytesgcount); in onInputAvailable()