Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DParcel.h562 status_t Parcel::readStrongBinder(sp<T>* val) const { in readStrongBinder() function
/frameworks/native/libs/binder/
DParcel.cpp1914 status_t Parcel::readStrongBinder(sp<IBinder>* val) const in readStrongBinder() function in android::Parcel
1919 sp<IBinder> Parcel::readStrongBinder() const in readStrongBinder() function in android::Parcel
/frameworks/base/core/java/android/os/
DParcel.java1752 public final IBinder readStrongBinder() { in readStrongBinder() method in Parcel