/* * Copyright (c) Hisilicon Technologies Co., Ltd. 2012-2020. All rights reserved. * Description: dtv service */ #define LOG_TAG "vendor.huanglong.hardware.hwdtv@1.0-service" #include #include #include #include #include #include #include "cutils/properties.h" using vendor::huanglong::hardware::hwdtv::V1_0::IHwdtv; using android::hardware::defaultPassthroughServiceImplementation; int main() { android::ProcessState::initWithDriver("/dev/vndbinder"); android::ProcessState::self()->setThreadPoolMaxThreadCount(1); android::ProcessState::self()->startThreadPool(); return defaultPassthroughServiceImplementation(1); }