summaryrefslogtreecommitdiffstats
path: root/sysfs/ReadingEnhancement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sysfs/ReadingEnhancement.cpp')
-rw-r--r--sysfs/ReadingEnhancement.cpp31
1 files changed, 31 insertions, 0 deletions
diff --git a/sysfs/ReadingEnhancement.cpp b/sysfs/ReadingEnhancement.cpp
new file mode 100644
index 0000000..bf71df9
--- /dev/null
+++ b/sysfs/ReadingEnhancement.cpp
@@ -0,0 +1,31 @@
+#include "ReadingEnhancement.h"
+
+namespace vendor {
+namespace lineage {
+namespace livedisplay {
+namespace V2_0 {
+namespace implementation {
+
+// Methods from ::vendor::lineage::livedisplay::V2_0::IReadingEnhancement follow.
+Return<bool> ReadingEnhancement::isEnabled() {
+ // TODO implement
+ return bool {};
+}
+
+Return<bool> ReadingEnhancement::setEnabled(bool enabled) {
+ // TODO implement
+ return bool {};
+}
+
+
+// Methods from ::android::hidl::base::V1_0::IBase follow.
+
+//IReadingEnhancement* HIDL_FETCH_IReadingEnhancement(const char* /* name */) {
+ //return new ReadingEnhancement();
+//}
+//
+} // namespace implementation
+} // namespace V2_0
+} // namespace livedisplay
+} // namespace lineage
+} // namespace vendor