TtmNotifyLowPowerStateExited

VOID __stdcall TtmNotifyLowPowerStateExited(UINT64 SessionId){
  unsigned int v1; 
  int v2; 
  _TTMI_SESSION *v3; 
  _TTMI_SESSION *Session; 

  Session = 0i64;
  v1 = SessionId;
  v2 = (unsigned int)TtmpAcquireSessionById(&Session, (unsigned int)SessionId);
  if( v2 >= 0 )
  {
    TtmiLogSessionCsExitComplete(v1);
    v3 = Session;
    Session[1] &= 0xFFFFFCFF;
    TtmiScheduleSessionWorker((__int64)v3, 4);
    ExReleaseResourceLite(&TtmpSessionLock);
    KeLeaveCriticalRegion();
  }
  else
  {
    TtmiLogError((INT8 *)"TtmNotifyLowPowerStateExited", 0xC5Bui64, (unsigned int)v2, (unsigned int)v2);
  }
}

Referenced by:

PopIssueActionRequest
PopPowerAggregatorNotifyCsStateExited