/* * Copyright (c) Hisilicon Technologies Co., Ltd.. 2019-2022. All rights reserved. * Description: Support hwdisplay hal adaptation interface * Author: Hisilicon * Created: 2022-12-28 */ package vendor.huanglong.hardware.hwdisplay@2.0; interface IDispmngCallback { oneway OnDispmngCallback(uint32_t type, string reply); };