Searched refs:impl (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DRefBase.cpp389 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
390 impl->addWeakRef(id);
391 const int32_t c = android_atomic_inc(&impl->mWeak);
398 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
399 impl->removeWeakRef(id);
400 const int32_t c = android_atomic_dec(&impl->mWeak);
404 if ((impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_STRONG) {
409 if (impl->mStrong == INITIAL_STRONG_VALUE) {
412 delete impl->mBase;
414 // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl
432 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
534 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
639 weakref_impl* const impl = static_cast<weakref_impl*>(ref); local
[all...]
/system/security/keystore/
H A DIKeystoreService.cpp50 BpKeystoreService(const sp<IBinder>& impl) argument
51 : BpInterface<IKeystoreService>(impl)

Completed in 222 milliseconds