Home
last modified time | relevance | path

Searched defs:thunk (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/startop/apps/test/src/
H A DSystemServerBenchmarks.java40 void addBenchmark(CharSequence name, Runnable thunk); in addBenchmark()
206 static void runBenchmarkInBackground(Runnable thunk, ResultListener reporter) { in runBenchmarkInBackground()
H A DInteractiveMicrobenchmarkActivity.java68 public void addBenchmark(CharSequence name, Runnable thunk) { in addBenchmark()
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_SystemProperties.cpp50 auto thunk = [](void* cookie, in ReadProperty() local