/* * Copyright (c) Hisilicon Technologies Co., Ltd.. 2020-2020. All rights reserved. * Description: Support private hwgraphics hidl interface * Author: Hisilicon * Created: 2020.05.22 */ #define LOG_TAG "vendor.huanglong.hardware.hwgraphics@1.2-service" #include #include using android::hardware::defaultPassthroughServiceImplementation; using vendor::huanglong::hardware::hwgraphics::V1_2::IGraphics; int main() { const int maxBinderThread = 4; return defaultPassthroughServiceImplementation(maxBinderThread); }