Searched refs:readNullableStrongBinder (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DGpuService.cpp52 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK)
54 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK)
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp189 parcel->readNullableStrongBinder(&gbp);
H A DIGraphicBufferProducer.cpp702 res = parcel->readNullableStrongBinder(&binder);
/frameworks/native/libs/sensor/
H A DISensorServer.cpp243 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) {
246 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) {
/frameworks/native/include/binder/
H A DParcel.h279 status_t readNullableStrongBinder(sp<IBinder>* val) const;
299 status_t readNullableStrongBinder(sp<T>* val) const;
689 status_t Parcel::readNullableStrongBinder(sp<T>* val) const { function in class:android::Parcel
691 status_t ret = readNullableStrongBinder(&tmp);
H A DSafeInterface.h124 return callParcel("readNullableStrongBinder",
125 [&]() { return parcel.readNullableStrongBinder(pointer); });
136 return callParcel("readNullableStrongBinder[IInterface]",
137 [&]() { return parcel.readNullableStrongBinder(pointer); });
/frameworks/native/libs/binder/include/binder/
H A DParcel.h279 status_t readNullableStrongBinder(sp<IBinder>* val) const;
299 status_t readNullableStrongBinder(sp<T>* val) const;
689 status_t Parcel::readNullableStrongBinder(sp<T>* val) const { function in class:android::Parcel
691 status_t ret = readNullableStrongBinder(&tmp);
H A DSafeInterface.h124 return callParcel("readNullableStrongBinder",
125 [&]() { return parcel.readNullableStrongBinder(pointer); });
136 return callParcel("readNullableStrongBinder[IInterface]",
137 [&]() { return parcel.readNullableStrongBinder(pointer); });
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp180 error = reply.readNullableStrongBinder(&binder);
/frameworks/native/libs/binder/
H A DParcel.cpp1098 return readNullableTypedVector(val, &Parcel::readNullableStrongBinder);
2128 status_t status = readNullableStrongBinder(val);
2135 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const function in class:Parcel
2146 readNullableStrongBinder(&val);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp407 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) {
410 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1970 if ((status = data.readNullableStrongBinder(&unusedCallback)) != NO_ERROR) {
1973 if ((status = data.readNullableStrongBinder(&resultReceiver)) != NO_ERROR) {

Completed in 260 milliseconds