Home
last modified time | relevance | path

Searched defs:DUMP_FLAG_PRIORITY_NORMAL (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/include/binder/
H A DIServiceManager.h49 static const int DUMP_FLAG_PRIORITY_NORMAL = 1 << 2; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIServiceManager.h49 static const int DUMP_FLAG_PRIORITY_NORMAL = 1 << 2; variable
/aosp12/frameworks/native/libs/binder/aidl/android/os/
H A DIServiceManager.aidl38 const int DUMP_FLAG_PRIORITY_NORMAL = 1 << 2; field