Searched refs:addLatch (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
H A DAppWidgetHostViewTest.java96 mViewAddListener.addLatch.await();
117 mViewAddListener.addLatch.await();
131 public final CountDownLatch addLatch = new CountDownLatch(1); field in class:AppWidgetHostViewTest.ViewAddListener
136 addLatch.countDown();
/frameworks/native/include/gui/
H A DFrameTimestamps.h215 void addLatch(uint64_t frameNumber, nsecs_t latchTime);
/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp382 void ConsumerFrameEventHistory::addLatch( function in class:android::ConsumerFrameEventHistory
386 ALOGE_IF(mProducerWantsEvents, "addLatch: Did not find frame.");
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp822 mCfeh->addLatch(nNewFrame, newFrame->kLatchTime);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2248 mFrameEventHistory.addLatch(mCurrentFrameNumber, latchTime);

Completed in 114 milliseconds