Searched refs:ABpBinderTag (Results 1 – 1 of 1) sorted by relevance
58 namespace ABpBinderTag { namespace236 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()