Merge "TvInput HAL uses "default" service name"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8df9f81c49
@@ -327,7 +327,7 @@ JTvInputHal::~JTvInputHal() {
|
||||
|
||||
JTvInputHal* JTvInputHal::createInstance(JNIEnv* env, jobject thiz, const sp<Looper>& looper) {
|
||||
// TODO(b/31632518)
|
||||
sp<ITvInput> tvInput = ITvInput::getService("tv.input");
|
||||
sp<ITvInput> tvInput = ITvInput::getService();
|
||||
if (tvInput == nullptr) {
|
||||
ALOGE("Couldn't get tv.input service.");
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user