Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp132 static int32_t gLastChecked = -1; variable
136 if (time / 1000 != gLastChecked / 1000) { in reportStats()
137 gLastChecked = time; in reportStats()
147 gLastChecked = time; in reportStats()