Searched defs:pingBinder (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/libs/binder/
H A DBinder.cpp83 status_t BBinder::pingBinder() function in class:android::BBinder
105 reply->writeInt32(pingBinder());
H A DBpBinder.cpp135 status_t BpBinder::pingBinder() function in class:android::BpBinder
/frameworks/base/core/java/android/os/
H A DBinder.java194 public boolean pingBinder() { method in class:Binder
373 public native boolean pingBinder(); method in class:BinderProxy
H A DIBinder.java77 * <li> The {@link #pingBinder()} method can be called, and will return false
97 * IBinder protocol transaction code: pingBinder().
164 * true) returned by the pingBinder() implementation on the other
167 public boolean pingBinder(); method in interface:IBinder

Completed in 62 milliseconds