mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
Merge "removed unused function (HIDL_FETCH_ISurfaceFlingerConfigs)"
am: d5934d06f1
Change-Id: I958c1285dbb5e3c6db8145ac743cedfb61cd544c
This commit is contained in:
@@ -29,12 +29,6 @@ Return<void> SurfaceFlingerConfigs::useTripleFramebuffer(useTripleFramebuffer_cb
|
|||||||
return Void();
|
return Void();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Methods from ::android::hidl::base::V1_0::IBase follow.
|
|
||||||
|
|
||||||
ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* /* name */) {
|
|
||||||
return new SurfaceFlingerConfigs();
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace implementation
|
} // namespace implementation
|
||||||
} // namespace V1_0
|
} // namespace V1_0
|
||||||
} // namespace configstore
|
} // namespace configstore
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ struct SurfaceFlingerConfigs : public ISurfaceFlingerConfigs {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extern "C" ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* name);
|
|
||||||
|
|
||||||
} // namespace implementation
|
} // namespace implementation
|
||||||
} // namespace V1_0
|
} // namespace V1_0
|
||||||
} // namespace configstore
|
} // namespace configstore
|
||||||
|
|||||||
Reference in New Issue
Block a user