Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DIGpuService.cpp199 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) return status; in onTransact()
202 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK) return status; in onTransact()
/frameworks/native/libs/sensor/
DISensorServer.cpp243 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
246 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
/frameworks/native/libs/gui/
DSurfaceControl.cpp199 parcel->readNullableStrongBinder(&gbp); in readFromParcel()
DISurfaceComposer.cpp1510 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()
DIGraphicBufferProducer.cpp734 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
/frameworks/native/libs/binder/include/binder/
DParcel.h286 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() function
713 status_t ret = readNullableStrongBinder(&tmp); in readNullableStrongBinder()
DSafeInterface.h125 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
137 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp180 error = reply.readNullableStrongBinder(&binder); in CreateSurface()
/frameworks/native/libs/binder/
DParcel.cpp1150 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::Parcel
2219 readNullableStrongBinder(&val); in readStrongBinder()
/frameworks/native/libs/binder/ndk/
Dparcel.cpp234 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2193 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
2196 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()