Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DIGpuService.cpp208 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) return status; in onTransact()
211 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.cpp1514 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()
DIGraphicBufferProducer.cpp734 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
/frameworks/native/libs/binder/
DBinder.cpp100 return reply.readNullableStrongBinder(out); in getExtension()
DParcel.cpp1139 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::Parcel
2163 readNullableStrongBinder(&val); in readStrongBinder()
/frameworks/native/include/binder/
DParcel.h322 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() function
898 status_t ret = readNullableStrongBinder(&tmp); in readNullableStrongBinder()
/frameworks/native/libs/binder/include/binder/
DParcel.h322 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() function
898 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/ndk/
Dparcel.cpp235 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp701 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
704 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2234 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
2237 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()