Searched refs:readNullableStrongBinder (Results 1 - 3 of 3) sorted by relevance

/system/extras/perfprofd/binder_interface/
H A Dperfprofd_binder.cc350 if ((status = _aidl_data.readNullableStrongBinder(&unusedCallback)) != OK)
352 if ((status = _aidl_data.readNullableStrongBinder(&resultReceiver)) != OK)
/system/libhwbinder/include/hwbinder/
H A DParcel.h156 status_t readNullableStrongBinder(sp<IBinder>* val) const;
/system/libhwbinder/
H A DParcel.cpp1399 status_t status = readNullableStrongBinder(val);
1406 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const function in class:android::Parcel
1417 readNullableStrongBinder(&val);

Completed in 2470 milliseconds