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