INT64 __fastcall PopPowerAggregatorScreenOffActiveToActiveStateHandler(INT64 a1){
_DWORD v2[10];
memset(v2, 0, 32);
v2[0] = 2;
PopPowerAggregatorSetCurrentState(a1, (INT64)v2);
PopReleaseRwLock((UINT64)&PopPowerAggregatorLock);
PopPowerAggregatorNotifyCsStateExited();
PopAcquireRwLockExclusive((_POP_RW_LOCK *)&PopPowerAggregatorLock);
return 0i64;
}