Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dibinder.cpp57 namespace ABpBinderTag { namespace
223 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in onLastStrongRef()
229 ABpBinderTag::Value* value = in onLastStrongRef()
230 static_cast<ABpBinderTag::Value*>(remote()->findObject(ABpBinderTag::kId)); in onLastStrongRef()
249 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in lookupOrCreateFromBinder()
251 ABpBinderTag::Value* value = in lookupOrCreateFromBinder()
252 static_cast<ABpBinderTag::Value*>(binder->findObject(ABpBinderTag::kId)); in lookupOrCreateFromBinder()
254 value = new ABpBinderTag::Value; in lookupOrCreateFromBinder()
255 binder->attachObject(ABpBinderTag::kId, static_cast<void*>(value), nullptr /*cookie*/, in lookupOrCreateFromBinder()
256 ABpBinderTag::clean); in lookupOrCreateFromBinder()