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

/frameworks/base/core/java/android/os/
H A DIBinder.java99 int PING_TRANSACTION = ('_'<<24)|('P'<<16)|('N'<<8)|'G'; field in interface:IBinder
/frameworks/native/include/binder/
H A DIBinder.h51 PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), enumerator in enum:android::IBinder::__anon1386
/frameworks/native/libs/binder/
H A DBinder.cpp104 case PING_TRANSACTION:
H A DBpBinder.cpp139 status_t err = transact(PING_TRANSACTION, send, &reply);

Completed in 358 milliseconds