Searched defs:readStrongBinder (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/libs/binder/
H A DParcel.cpp1032 sp<IBinder> Parcel::readStrongBinder() const function in class:android::Parcel
/frameworks/base/core/java/android/os/
H A DParcel.java151 * {@link #writeStrongInterface(IInterface)}, {@link #readStrongBinder()},
874 val[i] = readStrongBinder();
886 val[i] = readStrongBinder();
1379 public final native IBinder readStrongBinder(); method in class:Parcel
1702 l.add(readStrongBinder());
1746 list.set(i, readStrongBinder());
1749 list.add(readStrongBinder());
1890 return readStrongBinder();

Completed in 427 milliseconds