Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Dump

127 const String16 sDump("android.permission.DUMP");
3402 status_t SurfaceFlinger::dump(int fd, const Vector<String16>& args)
3412 "can't dump SurfaceFlinger from pid=%d, uid=%d\n", pid, uid);
3453 mPrimaryDispSync.dump(result);
3692 * Dump library configuration.
3723 // Dump static screen stats
3731 * Dump the visible layer list
3737 layer->dump(result, colorizer);
3741 * Dump Display state
3749 hw->dump(result);
3753 * Dump SurfaceFlinger global state
3770 mRenderEngine->dump(result);
3772 hw->undefinedRegion.dump(result, "undefinedRegion");
3801 mEventThread->dump(result);
3823 * Dump HWComposer state
3831 hwc.dump(result);
3834 * Dump gralloc state
3837 alloc.dump(result);
3840 * Dump VrFlinger state if in use.
3844 result.append(mVrFlinger->Dump().c_str());