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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp746 int32_t msgGeneration; local
747 CHECK(msg->findInt32("generation", &msgGeneration));
748 if (msgGeneration != curGen) {
770 msg2->setInt32("generation", msgGeneration);
780 int32_t msgGeneration;
781 CHECK(msg->findInt32("generation", &msgGeneration));
782 if (msgGeneration != curGen) {
812 int32_t msgGeneration;
813 CHECK(msg->findInt32("generation", &msgGeneration));
814 if (msgGeneration !
[all...]

Completed in 58 milliseconds