Searched refs:async (Results 1 – 4 of 4) sorted by relevance
83 private void recycleWhenIdentical(boolean async) throws Throwable { in recycleWhenIdentical() argument100 reapplyRemoteViews(rv, async); in recycleWhenIdentical()120 private void doesntRecycleWhenNotAskingForRecycling(boolean async) throws Throwable { in doesntRecycleWhenNotAskingForRecycling() argument130 reapplyRemoteViews(rv, async); in doesntRecycleWhenNotAskingForRecycling()149 private void recycleWhenInsertView(boolean async) throws Throwable { in recycleWhenInsertView() argument163 reapplyRemoteViews(rv, async); in recycleWhenInsertView()184 private void recycleWhenRemovingMiddleView(boolean async) throws Throwable { in recycleWhenRemovingMiddleView() argument198 reapplyRemoteViews(rv, async); in recycleWhenRemovingMiddleView()217 private void recycleWhenAddingAtEnd(boolean async) throws Throwable { in recycleWhenAddingAtEnd() argument231 reapplyRemoteViews(rv, async); in recycleWhenAddingAtEnd()[all …]
34 public SdkMediaCodec(MediaCodec codec, boolean async) { in SdkMediaCodec() argument36 this.mAsync = async; in SdkMediaCodec()
1113 final long timeout, boolean async, final boolean useNdk) throws Exception { in createCodec() argument1115 mAsync = async; in createCodec()
272 bool async) in ImageReaderTestCase() argument278 mAsync(async) {} in ImageReaderTestCase()