Home
last modified time | relevance | path

Searched refs:guard2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h70 ftl::FakeGuard guard2(mDisplayLock); in doFrameSignal()
128 ftl::FakeGuard guard2(mDisplayLock); in getDisplayPowerMode()
/frameworks/native/libs/binder/tests/
DbinderAllocationLimits.cpp184 auto guard2 = make_scope_guard([&guard1, ptr = imaginary_use] { in TEST() local