You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
335 B
13 lines
335 B
7 months ago
|
/*
|
||
|
* 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);
|
||
|
};
|
||
|
|