Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dibinder.cpp58 namespace ABpBinderTag { namespace
236 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in onLastStrongRef()
242 ABpBinderTag::Value* value = in onLastStrongRef()
243 static_cast<ABpBinderTag::Value*>(remote()->findObject(ABpBinderTag::kId)); in onLastStrongRef()
262 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in lookupOrCreateFromBinder()
264 ABpBinderTag::Value* value = in lookupOrCreateFromBinder()
265 static_cast<ABpBinderTag::Value*>(binder->findObject(ABpBinderTag::kId)); in lookupOrCreateFromBinder()
267 value = new ABpBinderTag::Value; in lookupOrCreateFromBinder()
268 binder->attachObject(ABpBinderTag::kId, static_cast<void*>(value), nullptr /*cookie*/, in lookupOrCreateFromBinder()
269 ABpBinderTag::clean); in lookupOrCreateFromBinder()