示例#1
0
 public HWCPipe(SWIGTYPE_p_CpuCounterSet enabled_cpu_counters, SWIGTYPE_p_GpuCounterSet enabled_gpu_counters) : this(HWCPipeAndroidPINVOKE.new_HWCPipe__SWIG_1(SWIGTYPE_p_CpuCounterSet.getCPtr(enabled_cpu_counters), SWIGTYPE_p_GpuCounterSet.getCPtr(enabled_gpu_counters)), true)
 {
     if (HWCPipeAndroidPINVOKE.SWIGPendingException.Pending)
     {
         throw HWCPipeAndroidPINVOKE.SWIGPendingException.Retrieve();
     }
 }