Searched refs:readNullableStrongBinder (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/libs/gui/ |
D | WindowInfo.cpp | 206 parcel->readNullableStrongBinder(&touchableRegionCropHandleSp) ?: in readFromParcel() 207 parcel->readNullableStrongBinder(&windowToken) ?: in readFromParcel() 208 parcel->readNullableStrongBinder(&focusTransferTarget) ?: in readFromParcel()
|
D | LayerState.cpp | 201 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()
|
D | ISurfaceComposer.cpp | 173 SAFE_PARCEL(data.readNullableStrongBinder, &tmpBinder); in onTransact()
|
D | IGraphicBufferProducer.cpp | 1054 res = parcel->readNullableStrongBinder(&binder); in createFromParcel()
|
D | SurfaceComposerClient.cpp | 766 parcel->readNullableStrongBinder(&applyToken); in readFromParcel()
|
/frameworks/native/libs/graphicsenv/ |
D | IGpuService.cpp | 252 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/ |
D | ISensorServer.cpp | 356 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/ |
D | hwbinder.cpp | 112 PARCEL_READ_WITH_STATUS(::android::sp<::android::hardware::IBinder>, readNullableStrongBinder),
|
D | binder.cpp | 195 PARCEL_READ_WITH_STATUS(android::sp<android::IBinder>, readNullableStrongBinder), 217 PARCEL_READ_WITH_STATUS(android::sp<android::os::IServiceManager>, readNullableStrongBinder),
|
/frameworks/native/include/binder/ |
D | Parcel.h | 450 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/ |
D | Parcel.h | 450 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);
|
D | SafeInterface.h | 125 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read() 137 [&]() { return parcel.readNullableStrongBinder(pointer); }); in read()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 143 return reply.readNullableStrongBinder(out); in getExtension() 651 if (status = data.readNullableStrongBinder(&keepAliveBinder); status != OK) return status; in setRpcClientDebug()
|
D | Parcel.cpp | 2327 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/ |
D | parcel.cpp | 266 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1435 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact() 1438 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 3966 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) { in onTransact() 3969 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) { in onTransact()
|