Searched refs:readNullableStrongBinder (Results 1 – 14 of 14) sorted by relevance
208 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) return status; in onTransact()211 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()
1514 result = data.readNullableStrongBinder(&stopLayerHandle); in onTransact()1520 result = data.readNullableStrongBinder(&listener); in onTransact()1530 status_t result = data.readNullableStrongBinder(&listener); in onTransact()1558 status_t error = data.readNullableStrongBinder(&displayToken); in onTransact()1571 status_t error = data.readNullableStrongBinder(&displayToken); in onTransact()
734 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
100 return reply.readNullableStrongBinder(out); in getExtension()
1139 return readNullableTypedVector(val, &Parcel::readNullableStrongBinder); in readStrongBinderVector()1143 return readNullableTypedVector(val, &Parcel::readNullableStrongBinder); in readStrongBinderVector()2145 status_t status = readNullableStrongBinder(val); in readStrongBinder()2152 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::Parcel2163 readNullableStrongBinder(&val); in readStrongBinder()
322 status_t readNullableStrongBinder(sp<IBinder>* val) const;360 status_t readNullableStrongBinder(sp<T>* val) const;896 status_t Parcel::readNullableStrongBinder(sp<T>* val) const { in readNullableStrongBinder() function898 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()
235 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
701 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()704 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
2234 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()2237 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()