Searched refs:readNullableStrongBinder (Results 1 – 4 of 4) sorted by relevance
334 if ((status = _aidl_data.readNullableStrongBinder(&unusedCallback)) != OK) in onTransact()336 if ((status = _aidl_data.readNullableStrongBinder(&resultReceiver)) != OK) in onTransact()
156 status_t readNullableStrongBinder(sp<IBinder>* val) const;
512 if ((status = _aidl_data.readNullableStrongBinder(&unusedCallback)) != OK) in onTransact()514 if ((status = _aidl_data.readNullableStrongBinder(&resultReceiver)) != OK) in onTransact()
1402 status_t status = readNullableStrongBinder(val); in readStrongBinder()1409 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::hardware::Parcel1420 readNullableStrongBinder(&val); in readStrongBinder()