Beispiel #1
0
 public virtual void set_enabled_counters(SWIGTYPE_p_std__unordered_setT_hwcpipe__CpuCounter_hwcpipe__CpuCounterHash_t counters)
 {
     HWCPipeAndroidPINVOKE.CpuProfiler_set_enabled_counters(swigCPtr, SWIGTYPE_p_std__unordered_setT_hwcpipe__CpuCounter_hwcpipe__CpuCounterHash_t.getCPtr(counters));
     if (HWCPipeAndroidPINVOKE.SWIGPendingException.Pending)
     {
         throw HWCPipeAndroidPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__unordered_setT_hwcpipe__CpuCounter_hwcpipe__CpuCounterHash_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
        public virtual SWIGTYPE_p_std__unordered_setT_hwcpipe__CpuCounter_hwcpipe__CpuCounterHash_t supported_counters()
        {
            SWIGTYPE_p_std__unordered_setT_hwcpipe__CpuCounter_hwcpipe__CpuCounterHash_t ret = new SWIGTYPE_p_std__unordered_setT_hwcpipe__CpuCounter_hwcpipe__CpuCounterHash_t(HWCPipeAndroidPINVOKE.CpuProfiler_supported_counters(swigCPtr), false);

            return(ret);
        }