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

  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchLeanbackJankTests.java 69 String postLaunch() default "";
119 if (!TextUtils.isEmpty(option.postLaunch())) {
120 Method postLaunchMethod = getClass().getMethod(option.postLaunch());
140 @Option(activity = "leanback.BrowseActivity", postLaunch = "focusToBrowseContent")
165 postLaunch = "focusToBrowseContent")
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 82 void RsdCpuScriptIntrinsic::postLaunch(uint32_t slot, const Allocation ** ains,
112 postLaunch(slot, ains, inLen, aout, usr, usrLen, sc);
rsCpuIntrinsic.h 64 void postLaunch(uint32_t slot, const Allocation ** ains,
rsCpuScript.h 52 virtual void postLaunch(uint32_t slot, const Allocation ** ains,
rsCpuIntrinsicHistogram.cpp 39 void postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen,
143 RsdCpuScriptIntrinsicHistogram::postLaunch(uint32_t slot,
rsCpuScriptGroup.cpp 234 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr);
290 si->postLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct], nullptr, 0,
rsCpuScriptGroup2.cpp 699 cpuClosure->mSi->postLaunch(kernelID->mSlot,
rsCpuScript.cpp     [all...]

Completed in 97 milliseconds