Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfile.java53 private static Watchdog sWatchdog = new Watchdog(); field in Profile
189 sWatchdog.addWatchEntry(t, cycleTimeInMs); in enable()
194 sWatchdog.removeWatchEntry(Thread.currentThread()); in disable()
199 sWatchdog.removeAllWatchEntries(); in disableAll()
204 sWatchdog.dumpToFile(filename); in dumpToFile()
209 sWatchdog.reset(); in reset()
216 sWatchdog.hold(Thread.currentThread()); in hold()
220 sWatchdog.commit(Thread.currentThread()); in commit()
224 sWatchdog.drop(Thread.currentThread()); in drop()