Searched refs:attachObject (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderBinderUnitTest.cpp | 34 EXPECT_EQ(nullptr, binder->attachObject(kObjectId1, kObject1, nullptr, nullptr)); in TEST() 35 EXPECT_EQ(nullptr, binder->attachObject(kObjectId2, kObject2, nullptr, nullptr)); in TEST() 36 EXPECT_EQ(kObject1, binder->attachObject(kObjectId1, kObject3, nullptr, nullptr)); in TEST() 41 EXPECT_EQ(nullptr, binder->attachObject(kObjectId1, kObject1, nullptr, nullptr)); in TEST() 43 EXPECT_EQ(nullptr, binder->attachObject(kObjectId1, kObject2, nullptr, nullptr)); in TEST()
|
/frameworks/native/libs/binder/include/binder/ |
D | Delegate.h | 91 (void)delegator->attachObject(static_cast<const MakeArgs*>(args)->id, in delegate()
|
D | IBinder.h | 322 [[nodiscard]] virtual void* attachObject(const void* objectID, void* object,
|
D | Binder.h | 53 LIBBINDER_EXPORTED virtual void* attachObject(const void* objectID, void* object,
|
D | BpBinder.h | 76 LIBBINDER_EXPORTED virtual void* attachObject(const void* objectID, void* object,
|
/frameworks/native/libs/binder/tests/unit_fuzzers/ |
D | IBinderFuzzFunctions.h | 63 (void)ibinder->attachObject(fdp->ConsumeBool() ? reinterpret_cast<void*>(&objectID)
|
/frameworks/native/include/binder/ |
D | IBinder.h | 322 [[nodiscard]] virtual void* attachObject(const void* objectID, void* object,
|
D | Binder.h | 53 LIBBINDER_EXPORTED virtual void* attachObject(const void* objectID, void* object,
|
/frameworks/native/libs/binder/ |
D | ServiceManagerHost.cpp | 178 binder->attachObject(kDeviceServiceExtraId, in getDeviceService()
|
D | Binder.cpp | 467 void* BBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() function in android::BBinder
|
D | BpBinder.cpp | 692 void* BpBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() function in android::BpBinder
|
/frameworks/native/libs/binder/ndk/ |
D | ibinder.cpp | 72 auto alreadyAttached = binder->attachObject(kId, kValue, nullptr /*cookie*/, clean); in attach() 379 binder->attachObject(ABpBinderTag::kId, static_cast<void*>(value), in lookupOrCreateFromBinder()
|