Searched refs:readNullableStrongBinder (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 263 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 …]
|
D | LayerState.cpp | 181 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()
|
D | IGraphicBufferProducer.cpp | 1006 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
|
D | SurfaceComposerClient.cpp | 556 parcel->readNullableStrongBinder(&applyToken); in readFromParcel()
|
/frameworks/native/libs/graphicsenv/ |
D | IGpuService.cpp | 174 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/ |
D | binder.cpp | 166 PARCEL_READ_WITH_STATUS(android::sp<android::IBinder>, readNullableStrongBinder), 190 PARCEL_READ_WITH_STATUS(android::sp<android::os::IServiceManager>, readNullableStrongBinder),
|
D | hwbinder.cpp | 106 PARCEL_READ_WITH_STATUS(::android::sp<::android::hardware::IBinder>, readNullableStrongBinder),
|
/frameworks/native/libs/sensor/ |
D | ISensorServer.cpp | 260 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact() 263 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
|
/frameworks/native/include/binder/ |
D | Parcel.h | 363 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/ |
D | Parcel.h | 363 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);
|
D | SafeInterface.h | 125 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read() 137 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 110 return reply.readNullableStrongBinder(out); in getExtension()
|
D | Parcel.cpp | 1789 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/ |
D | buffer_transport_benchmark.cpp | 180 error = reply.readNullableStrongBinder(&binder); in CreateSurface()
|
/frameworks/native/libs/binder/ndk/ |
D | parcel.cpp | 239 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1021 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact() 1024 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 2846 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact() 2849 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
|