Searched refs:async (Results 1 – 4 of 4) sorted by relevance
92 private void recycleWhenIdentical(boolean async) throws Throwable { in recycleWhenIdentical() argument109 reapplyRemoteViews(rv, async); in recycleWhenIdentical()129 private void doesntRecycleWhenNotAskingForRecycling(boolean async) throws Throwable { in doesntRecycleWhenNotAskingForRecycling() argument139 reapplyRemoteViews(rv, async); in doesntRecycleWhenNotAskingForRecycling()158 private void recycleWhenInsertView(boolean async) throws Throwable { in recycleWhenInsertView() argument172 reapplyRemoteViews(rv, async); in recycleWhenInsertView()193 private void recycleWhenRemovingMiddleView(boolean async) throws Throwable { in recycleWhenRemovingMiddleView() argument207 reapplyRemoteViews(rv, async); in recycleWhenRemovingMiddleView()226 private void recycleWhenAddingAtEnd(boolean async) throws Throwable { in recycleWhenAddingAtEnd() argument240 reapplyRemoteViews(rv, async); in recycleWhenAddingAtEnd()[all …]
35 public SdkMediaCodec(MediaCodec codec, boolean async) { in SdkMediaCodec() argument37 this.mAsync = async; in SdkMediaCodec()
267 bool async) in ImageReaderTestCase() argument273 mAsync(async) {} in ImageReaderTestCase()
1184 final long timeout, boolean async, final boolean useNdk) throws Exception { in createCodec() argument1186 mAsync = async; in createCodec()