Home
last modified time | relevance | path

Searched refs:markForBinder (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/binder/
DBpBinder.cpp226 data.markForBinder(thiz); in getInterfaceDescriptor()
255 data.markForBinder(sp<BpBinder>::fromExisting(this)); in pingBinder()
DParcel.cpp645 void Parcel::markForBinder(const sp<IBinder>& binder) { in markForBinder() function in android::Parcel
/frameworks/native/cmds/service/
Dservice.cpp122 data.markForBinder(service); in main()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp99 EXPECT_DEATH(p.markForBinder(sp<BBinder>::make()), ""); in TEST()
752 p1.markForBinder(proc1.rootBinder); in TEST_P()
759 p2.markForBinder(proc2.rootBinder); in TEST_P()
769 data.markForBinder(proc.rootBinder); in TEST_P()
DbinderLibTest.cpp181 data.markForBinder(service); in GetId()
/frameworks/native/libs/binder/ndk/
Dibinder.cpp640 (*in)->get()->markForBinder(binder->getBinder()); in AIBinder_prepareTransaction()
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp106 parcel->markForBinder(ibinderForJavaObject(env, binder)); in android_os_Parcel_markForBinder()
/frameworks/base/core/java/android/os/
DParcel.java542 parcel.markForBinder(binder); in obtain()
623 private void markForBinder(@NonNull IBinder binder) { in markForBinder() method in Parcel
/frameworks/native/include/binder/
DParcel.h115 void markForBinder(const sp<IBinder>& binder);
/frameworks/native/libs/binder/include/binder/
DParcel.h115 void markForBinder(const sp<IBinder>& binder);