Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_hardware_mediatek
/
5a8cfbff76177be10171ef23dfc92f0d1093c205
/
.
/
interfaces
/
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
);
};