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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp899 int32_t msgGeneration; local
900 CHECK(msg->findInt32("generation", &msgGeneration));
901 if (msgGeneration != curGen) {
923 msg2->setInt32("generation", msgGeneration);
933 int32_t msgGeneration;
934 CHECK(msg->findInt32("generation", &msgGeneration));
935 if (msgGeneration != curGen) {

Completed in 86 milliseconds