Loading services/core/jni/com_android_server_ConsumerIrService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ static sp<IConsumerIr> mHal; static jboolean halOpen(JNIEnv* /* env */, jobject /* obj */) { // TODO(b/31632518) mHal = IConsumerIr::getService("consumerir"); mHal = IConsumerIr::getService(); return mHal != nullptr; } Loading Loading
services/core/jni/com_android_server_ConsumerIrService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ static sp<IConsumerIr> mHal; static jboolean halOpen(JNIEnv* /* env */, jobject /* obj */) { // TODO(b/31632518) mHal = IConsumerIr::getService("consumerir"); mHal = IConsumerIr::getService(); return mHal != nullptr; } Loading