PopPluginNotifyIdleState

UINT8 __stdcall PopPluginNotifyIdleState(
        _POP_FX_DEVICE *FxDevice,
        UINT64 Component,
        UINT64 IdleState,
        UINT8 DriverNotified){
  __int64 v4; 
  __int64 v5; 
  CHAR v6; 
  char v8; 
  UINT8 v9; 
  __int64 v11; 
  int v12; 
  int v13; 
  UINT8 v14; 
  UINT8 v15; 
  int v16; 
  __int16 v17; 

  v4 = *((_QWORD *)FxDevice + 9);
  v5 = *((_QWORD *)FxDevice + 8);
  v6 = Component;
  v16 = 0;
  v17 = 0;
  v11 = v4;
  v12 = Component;
  v13 = IdleState;
  v14 = DriverNotified;
  v15 = 0;
  v8 = (*(__int64(__fastcall **)(__int64, __int64 *))(v5 + 96))(19i64, &v11);
  v9 = v15;
  if( !v8 )
    v9 = 1;
  v15 = v9;
  if( !v9 )
  {
    PopFxAddLogEntry(*((_QWORD *)FxDevice + 6), v6, 18, 0i64);
    return v15;
  }
  return v9;
}

Referenced by:

PopPepNotifyIdleState
PopPepStartComponentIdleStateChangeActivity