Searched refs:readNullableStrongBinder (Results 1 – 11 of 11) sorted by relevance
199 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) return status; in onTransact()202 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK) return status; in onTransact()
243 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()246 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
199 parcel->readNullableStrongBinder(&gbp); in readFromParcel()
1510 result = data.readNullableStrongBinder(&stopLayerHandle); in onTransact()1516 result = data.readNullableStrongBinder(&listener); in onTransact()1526 status_t result = data.readNullableStrongBinder(&listener); in onTransact()1554 status_t error = data.readNullableStrongBinder(&displayToken); in onTransact()1567 status_t error = data.readNullableStrongBinder(&displayToken); in onTransact()
734 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
286 status_t readNullableStrongBinder(sp<IBinder>* val) const;306 status_t readNullableStrongBinder(sp<T>* val) const;711 status_t Parcel::readNullableStrongBinder(sp<T>* val) const { in readNullableStrongBinder() function713 status_t ret = readNullableStrongBinder(&tmp); in readNullableStrongBinder()
125 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()137 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
180 error = reply.readNullableStrongBinder(&binder); in CreateSurface()
1150 return readNullableTypedVector(val, &Parcel::readNullableStrongBinder); in readStrongBinderVector()2201 status_t status = readNullableStrongBinder(val); in readStrongBinder()2208 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::Parcel2219 readNullableStrongBinder(&val); in readStrongBinder()
234 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
2193 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()2196 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()