Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderBinderUnitTest.cpp34 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/
DDelegate.h91 (void)delegator->attachObject(static_cast<const MakeArgs*>(args)->id, in delegate()
DIBinder.h322 [[nodiscard]] virtual void* attachObject(const void* objectID, void* object,
DBinder.h53 LIBBINDER_EXPORTED virtual void* attachObject(const void* objectID, void* object,
DBpBinder.h76 LIBBINDER_EXPORTED virtual void* attachObject(const void* objectID, void* object,
/frameworks/native/libs/binder/tests/unit_fuzzers/
DIBinderFuzzFunctions.h63 (void)ibinder->attachObject(fdp->ConsumeBool() ? reinterpret_cast<void*>(&objectID)
/frameworks/native/include/binder/
DIBinder.h322 [[nodiscard]] virtual void* attachObject(const void* objectID, void* object,
DBinder.h53 LIBBINDER_EXPORTED virtual void* attachObject(const void* objectID, void* object,
/frameworks/native/libs/binder/
DServiceManagerHost.cpp178 binder->attachObject(kDeviceServiceExtraId, in getDeviceService()
DBinder.cpp467 void* BBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() function in android::BBinder
DBpBinder.cpp692 void* BpBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() function in android::BpBinder
/frameworks/native/libs/binder/ndk/
Dibinder.cpp72 auto alreadyAttached = binder->attachObject(kId, kValue, nullptr /*cookie*/, clean); in attach()
379 binder->attachObject(ABpBinderTag::kId, static_cast<void*>(value), in lookupOrCreateFromBinder()