Searched refs:readNullableStrongBinder (Results 1 – 6 of 6) sorted by relevance
52 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) in onTransact()54 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK) in onTransact()
75 res = parcel->readNullableStrongBinder(&binder); in readFromParcel()
279 status_t readNullableStrongBinder(sp<IBinder>* val) const;299 status_t readNullableStrongBinder(sp<T>* val) const;687 status_t Parcel::readNullableStrongBinder(sp<T>* val) const { in readNullableStrongBinder() function689 status_t ret = readNullableStrongBinder(&tmp); in readNullableStrongBinder()
125 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()137 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
210 status_t err = data.readNullableStrongBinder(&casBinder); in onTransact()
1097 return readNullableTypedVector(val, &Parcel::readNullableStrongBinder); in readStrongBinderVector()2046 status_t status = readNullableStrongBinder(val); in readStrongBinder()2053 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::Parcel2064 readNullableStrongBinder(&val); in readStrongBinder()