Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dibinder.cpp52 namespace ABpBinderTag { namespace
173 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in onLastStrongRef()
179 ABpBinderTag::Value* value = in onLastStrongRef()
180 static_cast<ABpBinderTag::Value*>(remote()->findObject(ABpBinderTag::kId)); in onLastStrongRef()
199 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in lookupOrCreateFromBinder()
201 ABpBinderTag::Value* value = in lookupOrCreateFromBinder()
202 static_cast<ABpBinderTag::Value*>(binder->findObject(ABpBinderTag::kId)); in lookupOrCreateFromBinder()
204 value = new ABpBinderTag::Value; in lookupOrCreateFromBinder()
205 binder->attachObject(ABpBinderTag::kId, static_cast<void*>(value), nullptr /*cookie*/, in lookupOrCreateFromBinder()
206 ABpBinderTag::clean); in lookupOrCreateFromBinder()