HomeSort by relevance Sort by last modified time
    Searched refs:DumpFlags (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 125 proxy->dumpProfileInfo(STDOUT_FILENO, DumpFlags::JankStats);
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.h 53 namespace DumpFlags {
111 ANDROID_API void dumpProfileInfo(int fd, int dumpFlags);
RenderProxy.cpp 425 int fd, int dumpFlags) {
427 if (args->dumpFlags & DumpFlags::FrameStats) {
430 if (args->dumpFlags & DumpFlags::Reset) {
433 if (args->dumpFlags & DumpFlags::JankStats) {
439 void RenderProxy::dumpProfileInfo(int fd, int dumpFlags) {
444 args->dumpFlags = dumpFlags;
    [all...]
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 316 public @interface DumpFlags {}
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 211 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const {
215 if (!DumpFlags) return;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 229 milliseconds