Searched refs:PING_TRANSACTION (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | IBinder.java | 98 int PING_TRANSACTION = ('_'<<24)|('P'<<16)|('N'<<8)|'G'; field
|
/frameworks/native/include/binder/ |
D | IBinder.h | 51 PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), enumerator
|
/frameworks/native/cmds/servicemanager/ |
D | binder.h | 37 PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), enumerator
|
D | service_manager.c | 264 if (txn->code == PING_TRANSACTION) in svcmgr_handler()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 104 case PING_TRANSACTION: in transact()
|
D | ProcessState.cpp | 214 0, IBinder::PING_TRANSACTION, data, NULL, 0); in getStrongProxyForHandle()
|
D | BpBinder.cpp | 139 status_t err = transact(PING_TRANSACTION, send, &reply); in pingBinder()
|
/frameworks/base/api/ |
D | system-current.txt | 23416 field public static final int PING_TRANSACTION = 1599098439; // 0x5f504e47
|
D | current.txt | 21836 field public static final int PING_TRANSACTION = 1599098439; // 0x5f504e47
|