Home
last modified time | relevance | path

Searched refs:Invocation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt263 data class Invocation( class
270 private val _invocations = mutableListOf<Invocation>()
271 val invocations: List<Invocation> = _invocations
278 _invocations.add(Invocation(lifecycleOwner)) in invoke()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp267 struct Invocation { in timerCallback() struct
273 std::vector<Invocation> invocations; in timerCallback()
290 invocations.emplace_back(Invocation{callback, *callback->lastExecutedVsyncTarget(), in timerCallback()
/frameworks/rs/script_api/
Drs_for_each.spec18 summary: Kernel Invocation Functions and Types
/frameworks/rs/script_api/include/
Drs_for_each.rsh20 * rs_for_each.rsh: Kernel Invocation Functions and Types