Home
last modified time | relevance | path

Searched refs:readNullableStrongBinder (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/include/hwbinder/
DParcel.h157 status_t readNullableStrongBinder(sp<IBinder>* val) const;
/system/libhwbinder/
DParcel.cpp1410 status_t status = readNullableStrongBinder(val); in readStrongBinder()
1417 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::hardware::Parcel
1428 readNullableStrongBinder(&val); in readStrongBinder()