Searched refs:DUMP_TRANSACTION (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | IBinder.java | 107 int DUMP_TRANSACTION = ('_'<<24)|('D'<<16)|('M'<<8)|'P'; field
|
D | BinderProxy.java | 562 transact(DUMP_TRANSACTION, data, reply, 0); in dump() 583 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY); in dumpAsync()
|
D | Binder.java | 756 } else if (code == DUMP_TRANSACTION) { in onTransact()
|
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 57 DUMP_TRANSACTION = B_PACK_CHARS('_','D','M','P'), enumerator
|
/frameworks/native/include/binder/ |
D | IBinder.h | 57 DUMP_TRANSACTION = B_PACK_CHARS('_','D','M','P'), enumerator
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 351 case DUMP_TRANSACTION: { in onTransact()
|
D | BpBinder.cpp | 208 status_t err = transact(DUMP_TRANSACTION, send, &reply); in dump()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 5271 if (code == IBinder::INTERFACE_TRANSACTION || code == IBinder::DUMP_TRANSACTION || in CheckTransactCodeCredentials()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21828 field public static final int DUMP_TRANSACTION = 1598311760; // 0x5f444d50
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 34881 field public static final int DUMP_TRANSACTION = 1598311760; // 0x5f444d50
|
/frameworks/base/api/ |
D | current.txt | 35025 field public static final int DUMP_TRANSACTION = 1598311760; // 0x5f444d50
|