Searched refs:mBase (Results 1 – 8 of 8) sorted by relevance
/system/chre/util/include/chre/util/ |
D | array_queue.h | 333 : mPointer(start), mBase(base), mTail(tail), mCapacity(capacity) {} in ArrayQueueIterator() 352 if (mPointer == (mBase + mTail)) { 354 mPointer = mBase + mCapacity; 355 } else if (mPointer == (mBase + mCapacity - 1)) { 357 mPointer = mBase; 375 ValueType *mBase; variable
|
/system/core/libutils/ |
D | RefBase.cpp | 190 RefBase* const mBase; member in android::RefBase::weakref_impl 198 , mBase(base) in weakref_impl() 217 , mBase(base) in weakref_impl() 317 mBase, this); in printRefs() 322 mBase, this); in printRefs() 391 id, mBase, this); in removeRef() 471 refs->mBase->onFirstRef(); in incStrong() 500 refs->mBase->onLastStrongRef(id); in decStrong() 542 refs->mBase->onFirstRef(); in forceIncStrong() 554 return static_cast<const weakref_impl*>(this)->mBase; in refBase() [all …]
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 202 H2BConverter(const sp<HalInterface>& base) : mBase{base} {} in H2BConverter() 214 virtual HalVariant getHalVariant() const override { return { mBase }; } in getHalVariant() 215 HalInterface* getBase() { return mBase.get(); } in getBase() 218 sp<HalInterface> mBase; 283 BaseInterface* getBase() { return mBase.get(); } in getBase() 289 sp<BaseInterface> mBase; variable 328 mBase = converter; in _castFromHalBaseAndConvert() 431 result = createHalToken(mBase, &token); in onTransact() 464 if (!mBase->linkToDeath(mObituaries.back(), 0)) { in linkToDeath() 485 bool success = mBase->unlinkToDeath(*i); in unlinkToDeath() [all …]
|
/system/incremental_delivery/incfs/include/ |
D | MountRegistry.h | 60 Mount(std::vector<Root>::const_iterator base) : mBase(base) {} in Mount() 62 std::string_view root() const { return mBase->path; } in root() 63 std::string_view backingDir() const { return mBase->backing; } in backingDir() 67 std::vector<Root>::const_iterator mBase;
|
/system/libhidl/transport/ |
D | HidlBinderSupport.cpp | 41 mRecipient(recipient), mCookie(cookie), mBase(base) { in hidl_binder_death_recipient() 46 if (recipient != nullptr && mBase != nullptr) { in binderDied() 47 recipient->serviceDied(mCookie, mBase); in binderDied() 49 mBase = nullptr; in binderDied()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 637 : mBase(base) { 642 &mBase[index * product<SIZES...>::value]); 653 T *mBase; 662 : mBase(base) { 666 return mBase[index]; 677 T *mBase; 686 : mBase(base) { 691 &mBase[index * product<SIZES...>::value]); 703 const T *mBase; 712 : mBase(base) { [all …]
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 70 result.reserve(mBase->binds.size()); in binds() 71 for (auto it : mBase->binds) { in binds()
|
/system/libhidl/transport/include/hidl/ |
D | HidlBinderSupport.h | 48 wp<::android::hidl::base::V1_0::IBase> mBase; member
|