Home
last modified time | relevance | path

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

/system/security/keystore/
DOperationResult.cpp40 token = in.readStrongBinder(); in readFromParcel()
/system/core/libmemunreachable/tests/
DBinder_test.cpp47 ref = data.readStrongBinder(); in onTransact()
/system/libhwbinder/include/hwbinder/
DParcel.h154 sp<IBinder> readStrongBinder() const;
155 status_t readStrongBinder(sp<IBinder>* val) const;
/system/libhwbinder/
DProcessState.cpp137 object = reply.readStrongBinder(); in getContextObject()
DParcel.cpp1397 status_t Parcel::readStrongBinder(sp<IBinder>* val) const in readStrongBinder() function in android::hardware::Parcel
1411 sp<IBinder> Parcel::readStrongBinder() const in readStrongBinder() function in android::hardware::Parcel