Searched refs:PING_TRANSACTION (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | IBinder.java | 102 int PING_TRANSACTION = ('_'<<24)|('P'<<16)|('N'<<8)|'G'; field
|
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 56 PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), enumerator
|
/frameworks/native/include/binder/ |
D | IBinder.h | 56 PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), enumerator
|
/frameworks/native/libs/binder/ |
D | ProcessState.cpp | 291 0, IBinder::PING_TRANSACTION, data, nullptr, 0); in getStrongProxyForHandle()
|
D | Binder.cpp | 178 case PING_TRANSACTION: in transact()
|
D | BpBinder.cpp | 195 return transact(PING_TRANSACTION, send, &reply); in pingBinder()
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 241 .code = android::IBinder::PING_TRANSACTION, in TEST_F()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 5272 code == IBinder::PING_TRANSACTION || code == IBinder::SHELL_COMMAND_TRANSACTION || in CheckTransactCodeCredentials()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21834 field public static final int PING_TRANSACTION = 1599098439; // 0x5f504e47
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 34887 field public static final int PING_TRANSACTION = 1599098439; // 0x5f504e47
|
/frameworks/base/api/ |
D | current.txt | 35031 field public static final int PING_TRANSACTION = 1599098439; // 0x5f504e47
|