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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp717 int32_t msgGeneration; local
718 CHECK(msg->findInt32("generation", &msgGeneration));
719 if (msgGeneration != curGen) {
741 msg2->setInt32("generation", msgGeneration);
751 int32_t msgGeneration;
752 CHECK(msg->findInt32("generation", &msgGeneration));
753 if (msgGeneration != curGen) {
783 int32_t msgGeneration;
784 CHECK(msg->findInt32("generation", &msgGeneration));
785 if (msgGeneration !
[all...]

Completed in 115 milliseconds