Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_hardware_mediatek
/
2a558b9b1511457f63644a5245546026de944e5d
/
.
/
interfaces
/
mtkpower
/
1.1
/
IMtkPowerCallback.hal
blob: 6f3c9939a14e30a1bc6d35dc858366d557e0f775 [
file
] [
log
] [
blame
]
package
vendor
.
mediatek
.
hardware
.
mtkpower@1
.
1
;
interface
IMtkPowerCallback
{
oneway mtkPowerHint
(
int32_t
hint
,
int32_t
duration
);
oneway notifyAppState
(
string
pack
,
string
act
,
int32_t
pid
,
int32_t
state
,
int32_t
uid
);
};