Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISurfaceComposer.cpp263 status = reply.readNullableStrongBinder(&display); in createDisplay()
1289 SAFE_PARCEL(data.readNullableStrongBinder, &tmpBinder); in onTransact()
1725 result = data.readNullableStrongBinder(&stopLayerHandle); in onTransact()
1731 result = data.readNullableStrongBinder(&listener); in onTransact()
1741 status_t result = data.readNullableStrongBinder(&listener); in onTransact()
1757 result = data.readNullableStrongBinder(&listener); in onTransact()
1767 status_t result = data.readNullableStrongBinder(&listener); in onTransact()
1777 status_t result = data.readNullableStrongBinder(&listener); in onTransact()
1787 status_t result = data.readNullableStrongBinder(&listener); in onTransact()
1916 status_t error = data.readNullableStrongBinder(&displayToken); in onTransact()
[all …]
DLayerState.cpp181 SAFE_PARCEL(input.readNullableStrongBinder, &surface); in read()
248 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()
264 SAFE_PARCEL(input.readNullableStrongBinder, &listener); in read()
279 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()
342 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()
DIGraphicBufferProducer.cpp1006 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
DSurfaceComposerClient.cpp556 parcel->readNullableStrongBinder(&applyToken); in readFromParcel()
/frameworks/native/libs/graphicsenv/
DIGpuService.cpp174 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) return status; in onTransact()
177 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK) return status; in onTransact()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder.cpp166 PARCEL_READ_WITH_STATUS(android::sp<android::IBinder>, readNullableStrongBinder),
190 PARCEL_READ_WITH_STATUS(android::sp<android::os::IServiceManager>, readNullableStrongBinder),
Dhwbinder.cpp106 PARCEL_READ_WITH_STATUS(::android::sp<::android::hardware::IBinder>, readNullableStrongBinder),
/frameworks/native/libs/sensor/
DISensorServer.cpp260 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
263 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
/frameworks/native/include/binder/
DParcel.h363 status_t readNullableStrongBinder(sp<IBinder>* val) const;
414 status_t readNullableStrongBinder(sp<T>* val) const;
1092 status = readNullableStrongBinder(&t); // allow nullable
1379 status_t Parcel::readNullableStrongBinder(sp<T>* val) const {
1381 status_t ret = readNullableStrongBinder(&tmp);
/frameworks/native/libs/binder/include/binder/
DParcel.h363 status_t readNullableStrongBinder(sp<IBinder>* val) const;
414 status_t readNullableStrongBinder(sp<T>* val) const;
1092 status = readNullableStrongBinder(&t); // allow nullable
1379 status_t Parcel::readNullableStrongBinder(sp<T>* val) const {
1381 status_t ret = readNullableStrongBinder(&tmp);
DSafeInterface.h125 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
137 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
/frameworks/native/libs/binder/
DBinder.cpp110 return reply.readNullableStrongBinder(out); in getExtension()
DParcel.cpp1789 status_t status = readNullableStrongBinder(val); in readStrongBinder()
1796 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::Parcel
1807 readNullableStrongBinder(&val); in readStrongBinder()
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp180 error = reply.readNullableStrongBinder(&binder); in CreateSurface()
/frameworks/native/libs/binder/ndk/
Dparcel.cpp239 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1021 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
1024 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2846 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
2849 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()