Lines Matching refs:mFrameAddedCount
65 uint32_t mFrameAddedCount; // Number of times FrameAddedCallback is invoked. member
143 callbackContext->mFrameAddedCount++; in FrameAddedCallback()
191 …VerifyOrQuit(oldContext.mFrameAddedCount + 1 == sContext.mFrameAddedCount, "FrameAddedCallback fai… in WriteTestFrame1()
213 …VerifyOrQuit(oldContext.mFrameAddedCount == sContext.mFrameAddedCount, "FrameAddedCallback failed.… in VerifyAndRemoveFrame1()
239 …VerifyOrQuit(oldContext.mFrameAddedCount + 1 == sContext.mFrameAddedCount, "FrameAddedCallback fai… in WriteTestFrame2()
259 …VerifyOrQuit(oldContext.mFrameAddedCount == sContext.mFrameAddedCount, "FrameAddedCallback failed.… in VerifyAndRemoveFrame2()
279 …VerifyOrQuit(oldContext.mFrameAddedCount + 1 == sContext.mFrameAddedCount, "FrameAddedCallback fai… in WriteTestFrame3()
297 …VerifyOrQuit(oldContext.mFrameAddedCount == sContext.mFrameAddedCount, "FrameAddedCallback failed.… in VerifyAndRemoveFrame3()
309 …VerifyOrQuit(oldContext.mFrameAddedCount + 1 == sContext.mFrameAddedCount, "FrameAddedCallback fai… in WriteTestFrame4()
327 …VerifyOrQuit(oldContext.mFrameAddedCount == sContext.mFrameAddedCount, "FrameAddedCallback failed.… in VerifyAndRemoveFrame4()
351 sContext.mFrameAddedCount = 0; in TestBuffer()
925 …VerifyOrQuit(oldContext.mFrameAddedCount + 1 == sContext.mFrameAddedCount, "FrameAddedCallback fai… in WriteRandomFrame()
949 …VerifyOrQuit(oldContext.mFrameAddedCount == sContext.mFrameAddedCount, "FrameAddedCallback failed.… in ReadRandomFrame()
974 sContext.mFrameAddedCount = 0; in TestFuzzBuffer()