Home
last modified time | relevance | path

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

/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc334 if ((status = _aidl_data.readNullableStrongBinder(&unusedCallback)) != OK) in onTransact()
336 if ((status = _aidl_data.readNullableStrongBinder(&resultReceiver)) != OK) in onTransact()
/system/libhwbinder/include/hwbinder/
DParcel.h156 status_t readNullableStrongBinder(sp<IBinder>* val) const;
/system/apex/apexd/
Dapexservice.cpp512 if ((status = _aidl_data.readNullableStrongBinder(&unusedCallback)) != OK) in onTransact()
514 if ((status = _aidl_data.readNullableStrongBinder(&resultReceiver)) != OK) in onTransact()
/system/libhwbinder/
DParcel.cpp1402 status_t status = readNullableStrongBinder(val); in readStrongBinder()
1409 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::hardware::Parcel
1420 readNullableStrongBinder(&val); in readStrongBinder()