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);
};