Exemple #1
0
 public void set_enabled_cpu_counters(SWIGTYPE_p_CpuCounterSet counters)
 {
     HWCPipeAndroidPINVOKE.HWCPipe_set_enabled_cpu_counters(swigCPtr, SWIGTYPE_p_CpuCounterSet.getCPtr(counters));
     if (HWCPipeAndroidPINVOKE.SWIGPendingException.Pending)
     {
         throw HWCPipeAndroidPINVOKE.SWIGPendingException.Retrieve();
     }
 }