Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DLastCallVerifier.java21 import org.mockito.invocation.Invocation;
41 List<Invocation> invocations = data.getAllInvocations(); in verify()
44 final Invocation invocation = invocations.get(i); in verify()
63 Invocation expected, Invocation received, List<Invocation> allInvocations) { in LastCallMismatch()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt306 data class Invocation( class
313 private val _invocations = mutableListOf<Invocation>()
314 val invocations: List<Invocation> = _invocations
321 _invocations.add(Invocation(lifecycleOwner)) in invoke()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp347 struct Invocation { in timerCallback() struct
353 std::vector<Invocation> invocations; in timerCallback()
375 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