Searched refs:resync (Results 1 – 6 of 6) sorted by relevance
204 static bool resync( in resync() function364 bool success = resync(mFp, 0 /*match_header*/, &pos, &header); in init()399 if (!resync(mFp, mFixedHeader, &pos, NULL /*out_header*/)) { in getFrame()
144 virtual void resync() = 0;
379 mCallback.resync(); in requestNextVsync()395 mCallback.resync(); in getLatestVsyncEventData()
466 void resync() override EXCLUDES(mDisplayLock);
617 void Scheduler::resync() { in resync() function in android::scheduler::Scheduler
87 void resync() override;194 void EventThreadTest::resync() { in resync() function in android::EventThreadTest