Home
last modified time | relevance | path

Searched defs:writeStrongBinder (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/binder/
DParcel.h227 status_t writeStrongBinder(const sp<T>& val) { in writeStrongBinder() function
/frameworks/native/libs/binder/include/binder/
DParcel.h227 status_t writeStrongBinder(const sp<T>& val) { in writeStrongBinder() function
/frameworks/base/core/java/android/os/
DHwParcel.java323 public native final void writeStrongBinder(IHwBinder binder); in writeStrongBinder() method in HwParcel
DParcel.java1140 public final void writeStrongBinder(IBinder val) { in writeStrongBinder() method in Parcel
/frameworks/native/libs/binder/
DParcel.cpp1203 status_t Parcel::writeStrongBinder(const sp<IBinder>& val) in writeStrongBinder() function in android::Parcel