Example #1
0
        public SWIGTYPE_p_CpuProfiler cpu_profiler()
        {
            global::System.IntPtr  cPtr = HWCPipeAndroidPINVOKE.HWCPipe_cpu_profiler(swigCPtr);
            SWIGTYPE_p_CpuProfiler ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_CpuProfiler(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_CpuProfiler obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }