Home
last modified time | relevance | path

Searched refs:switchGeneration (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp815 int32_t switchGeneration; in onMessageReceived() local
816 CHECK(msg->findInt32("switchGeneration", &switchGeneration)); in onMessageReceived()
819 switchGeneration, mSwitchGeneration); in onMessageReceived()
821 if (switchGeneration != mSwitchGeneration) { in onMessageReceived()