HomeSort by relevance Sort by last modified time
    Searched refs:postAndWait (Results 1 - 9 of 9) sorted by null

  /frameworks/support/compat/tests/java/android/support/v4/provider/
SelfDestructiveThreadTest.java 90 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/
DrawFrameTask.cpp 74 postAndWait();
79 void DrawFrameTask::postAndWait() {
RenderProxy.cpp 78 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(task)
    [all...]
DrawFrameTask.h 78 void postAndWait();
RenderProxy.h 66 * 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/
SelfDestructiveThread.java 163 public <T> T postAndWait(final Callable<T> callable, int timeoutMillis)
FontsContractCompat.java 234 return sBackgroundThread.postAndWait(fetcher, timeout);
    [all...]
  /frameworks/base/core/java/android/os/
Handler.java 506 return br.postAndWait(this, timeout);
819 public boolean postAndWait(Handler handler, long timeout) {
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 

Completed in 1358 milliseconds