Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_vendor_mediatek_opensource_interfaces
/
5de52f0e005eda4aa81fe8ff5521a4e1f3cd237c
/
.
/
mtkpower
/
1.1
/
IMtkPowerCallback.hal
blob: e4d4dbc82efb7b761635eb0f7ded667238617690 [
file
] [
log
] [
blame
]
package
vendor
.
mediatek
.
hardware
.
mtkpower@1
.
1
;
interface
IMtkPowerCallback
{
oneway mtkPowerHint
(
int32_t
hint
,
int32_t
duration
);
oneway notifyAppState
(
string
param_1
,
string
param_2
,
int32_t
param_3
,
int32_t
param_4
,
int32_t
param_5
);
};