Home
last modified time | relevance | path

Searched defs:DUMP_FLAG_PROTO (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIServiceManager.h48 static const int DUMP_FLAG_PROTO = 1 << 4; variable
/frameworks/base/core/java/android/os/
DIServiceManager.java88 int DUMP_FLAG_PROTO = 1 << 4; field