Home
last modified time | relevance | path

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

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