Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DWindowInfo.cpp206 parcel->readNullableStrongBinder(&touchableRegionCropHandleSp) ?: in readFromParcel()
207 parcel->readNullableStrongBinder(&windowToken) ?: in readFromParcel()
208 parcel->readNullableStrongBinder(&focusTransferTarget) ?: in readFromParcel()
DLayerState.cpp201 SAFE_PARCEL(input.readNullableStrongBinder, &surface); in read()
272 SAFE_PARCEL(input.readNullableStrongBinder, &listener); in read()
370 SAFE_PARCEL(input.readNullableStrongBinder, &tmpBinder); in read()
1014 SAFE_PARCEL(input->readNullableStrongBinder, &tmpBinder); in readFromParcel()
1018 SAFE_PARCEL(input->readNullableStrongBinder, &releaseBufferEndpoint); in readFromParcel()
1021 SAFE_PARCEL(input->readNullableStrongBinder, &tmpBinder); in readFromParcel()
1041 SAFE_PARCEL(parcel->readNullableStrongBinder, &tmpBinder); in readFromParcel()
DISurfaceComposer.cpp173 SAFE_PARCEL(data.readNullableStrongBinder, &tmpBinder); in onTransact()
DIGraphicBufferProducer.cpp1054 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
DSurfaceComposerClient.cpp766 parcel->readNullableStrongBinder(&applyToken); in readFromParcel()
/frameworks/native/libs/graphicsenv/
DIGpuService.cpp252 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) return status; in onTransact()
255 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK) return status; in onTransact()
/frameworks/native/libs/sensor/
DISensorServer.cpp356 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
359 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dhwbinder.cpp112 PARCEL_READ_WITH_STATUS(::android::sp<::android::hardware::IBinder>, readNullableStrongBinder),
Dbinder.cpp195 PARCEL_READ_WITH_STATUS(android::sp<android::IBinder>, readNullableStrongBinder),
217 PARCEL_READ_WITH_STATUS(android::sp<android::os::IServiceManager>, readNullableStrongBinder),
/frameworks/native/include/binder/
DParcel.h450 LIBBINDER_EXPORTED status_t readNullableStrongBinder(sp<IBinder>* val) const;
505 status_t readNullableStrongBinder(sp<T>* val) const;
1266 status = readNullableStrongBinder(&t); // allow nullable
1300 status = readNullableStrongBinder(&t); // allow nullable
1640 status_t Parcel::readNullableStrongBinder(sp<T>* val) const {
1642 status_t ret = readNullableStrongBinder(&tmp);
/frameworks/native/libs/binder/include/binder/
DParcel.h450 LIBBINDER_EXPORTED status_t readNullableStrongBinder(sp<IBinder>* val) const;
505 status_t readNullableStrongBinder(sp<T>* val) const;
1266 status = readNullableStrongBinder(&t); // allow nullable
1300 status = readNullableStrongBinder(&t); // allow nullable
1640 status_t Parcel::readNullableStrongBinder(sp<T>* val) const {
1642 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.cpp143 return reply.readNullableStrongBinder(out); in getExtension()
651 if (status = data.readNullableStrongBinder(&keepAliveBinder); status != OK) return status; in setRpcClientDebug()
DParcel.cpp2327 status_t status = readNullableStrongBinder(val); in readStrongBinder()
2337 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::Parcel
2348 readNullableStrongBinder(&val); in readStrongBinder()
/frameworks/native/libs/binder/ndk/
Dparcel.cpp266 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1435 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
1438 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp3966 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact()
3969 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()