Searched refs:PING_TRANSACTION (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIBinder.java98 int PING_TRANSACTION = ('_'<<24)|('P'<<16)|('N'<<8)|'G'; field in interface:IBinder
/frameworks/native/cmds/servicemanager/
H A Dbinder.h37 PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), enumerator in enum:__anon1176
H A Dservice_manager.c264 if (txn->code == PING_TRANSACTION)
/frameworks/native/include/binder/
H A DIBinder.h51 PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), enumerator in enum:android::IBinder::__anon1230
/frameworks/native/libs/binder/
H A DBinder.cpp104 case PING_TRANSACTION:
H A DBpBinder.cpp139 status_t err = transact(PING_TRANSACTION, send, &reply);
H A DProcessState.cpp214 0, IBinder::PING_TRANSACTION, data, NULL, 0);

Completed in 411 milliseconds