Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DGpuService.cpp52 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) in onTransact()
54 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK) in onTransact()
/frameworks/native/libs/gui/view/
DSurface.cpp75 res = parcel->readNullableStrongBinder(&binder); in readFromParcel()
/frameworks/native/libs/binder/include/binder/
DParcel.h279 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() function
689 status_t ret = readNullableStrongBinder(&tmp); in readNullableStrongBinder()
DSafeInterface.h125 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
137 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp210 status_t err = data.readNullableStrongBinder(&casBinder); in onTransact()
/frameworks/native/libs/binder/
DParcel.cpp1097 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::Parcel
2064 readNullableStrongBinder(&val); in readStrongBinder()