Searched refs:numPageFrames (Results 1 – 1 of 1) sorted by relevance
355 int32_t numPageFrames = 0; in process() local356 if (inSize < sizeof(numPageFrames)) { in process()357 ALOGE("input header has size %zu, expected %zu", inSize, sizeof(numPageFrames)); in process()362 memcpy(&numPageFrames, data + inSize - sizeof(numPageFrames), sizeof(numPageFrames)); in process()363 inSize -= sizeof(numPageFrames); in process()364 if (numPageFrames >= 0) { in process()365 mNumFramesLeftOnPage = numPageFrames; in process()