Home
last modified time | relevance | path

Searched refs:writeWeakBinder (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp668 ret = data.writeWeakBinder(strong); in TEST_F()
/frameworks/native/include/binder/
DParcel.h116 status_t writeWeakBinder(const wp<IBinder>& val);
/frameworks/native/libs/binder/
DParcel.cpp1122 status_t Parcel::writeWeakBinder(const wp<IBinder>& val) in writeWeakBinder() function in android::Parcel