Searched refs:mDoMoreStuffGeneration (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h92 int32_t mDoMoreStuffGeneration; member in struct:android::SimplePlayer
H A DSimplePlayer.cpp39 mDoMoreStuffGeneration(0),
257 if (generation != mDoMoreStuffGeneration) {
386 msg->setInt32("generation", ++mDoMoreStuffGeneration);
395 ++mDoMoreStuffGeneration;

Completed in 38 milliseconds