Home
last modified time | relevance | path

Searched defs:held (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/proto/android/os/
Dpowermanager.proto44 optional bool held = 3; field
/frameworks/native/services/surfaceflinger/
DMutexUtils.h61 #define MUTEX_ALIAS(held, alias) (REQUIRE_MUTEX(held), ASSERT_MUTEX(alias)) argument
/frameworks/native/libs/binder/ndk/tests/
Diface.cpp185 AIBinder* held = AIBinder_Weak_promote(ret->mWeakBinder); in getService() local
/frameworks/native/libs/binder/tests/
DbinderRpcTestCommon.h323 Status getHeldBinder(sp<IBinder>* held) override { in getHeldBinder()
DbinderRpcUniversalTests.cpp251 sp<IBinder> held; in TEST_P() local