removed unused function (HIDL_FETCH_ISurfaceFlingerConfigs)
HIDL_FETCH_... is required only for passthrough mode, but Configstore does not provide passthrough mode. Bug: 35325577 Test: build and check configstore works Change-Id: Iac3ed57568f18c3a8a7f7423a361b0fe45aa54ab
This commit is contained in:
parent
326bdaa550
commit
f54419bb54
2 changed files with 0 additions and 7 deletions
|
@ -123,11 +123,6 @@ Return<void> SurfaceFlingerConfigs::useVrFlinger(useVrFlinger_cb _hidl_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
|
||||||
|
|
|
@ -40,8 +40,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
|
||||||
|
|
Loading…
Reference in a new issue