Searched refs:postAndWait (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/compat/tests/java/android/support/v4/provider/
H A DSelfDestructiveThreadTest.java90 thread.postAndWait(new Callable<Object>() {
105 Integer generation = thread.postAndWait(new Callable<Integer>() {
113 Integer nextGeneration = thread.postAndWait(new Callable<Integer>() {
128 Integer generation = thread.postAndWait(new Callable<Integer>() {
135 Integer nextGeneration = thread.postAndWait(new Callable<Integer>() {
152 Integer generation = thread.postAndWait(new Callable<Integer>() {
163 Integer nextGeneration = thread.postAndWait(new Callable<Integer>() {
183 thread.postAndWait(new Callable<Object>() {
/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp74 postAndWait();
79 void DrawFrameTask::postAndWait() { function in class:android::uirenderer::renderthread::DrawFrameTask
H A DRenderProxy.cpp78 mContext = (CanvasContext*) postAndWait(task);
99 postAndWait(task);
129 return (bool) postAndWait(task);
141 postAndWait(task); // block since name/value pointers owned by caller
176 return (bool) postAndWait(task);
188 postAndWait(task);
263 postAndWait(task);
294 void* retval = postAndWait(task);
308 postAndWait(task);
322 return (bool) postAndWait(tas
723 void* RenderProxy::postAndWait(MethodInvokeRenderTask* task) { function in class:android::uirenderer::renderthread::RenderProxy
[all...]
H A DDrawFrameTask.h78 void postAndWait();
H A DRenderProxy.h66 * reference RenderProxy or any of its fields. The exception here is that postAndWait()
158 void* postAndWait(MethodInvokeRenderTask* task);
/frameworks/support/compat/java/android/support/v4/provider/
H A DSelfDestructiveThread.java163 public <T> T postAndWait(final Callable<T> callable, int timeoutMillis) method in class:SelfDestructiveThread
H A DFontsContractCompat.java234 return sBackgroundThread.postAndWait(fetcher, timeout);
/frameworks/base/core/java/android/os/
H A DHandler.java506 return br.postAndWait(this, timeout);
819 public boolean postAndWait(Handler handler, long timeout) { method in class:Handler.BlockingRunnable

Completed in 709 milliseconds