Searched defs:msgGeneration (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp938 int32_t msgGeneration; local
939 CHECK(msg->findInt32("generation", &msgGeneration));
940 if (msgGeneration != curGen) {
962 msg2->setInt32("generation", msgGeneration);
972 int32_t msgGeneration;
973 CHECK(msg->findInt32("generation", &msgGeneration));
974 if (msgGeneration != curGen) {

Completed in 91 milliseconds