Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DHwParcel.java591 public native final IHwBinder readStrongBinder(); in readStrongBinder() method in HwParcel
DParcel.java2166 public final IBinder readStrongBinder() { in readStrongBinder() method in Parcel
/frameworks/native/include/binder/
DParcel.h880 status_t Parcel::readStrongBinder(sp<T>* val) const { in readStrongBinder() function
/frameworks/native/libs/binder/include/binder/
DParcel.h880 status_t Parcel::readStrongBinder(sp<T>* val) const { in readStrongBinder() function
/frameworks/native/libs/binder/
DParcel.cpp2143 status_t Parcel::readStrongBinder(sp<IBinder>* val) const in readStrongBinder() function in android::Parcel
2157 sp<IBinder> Parcel::readStrongBinder() const in readStrongBinder() function in android::Parcel