Searched defs:isBinderAlive (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIBinder.java187 public boolean isBinderAlive(); method in interface:IBinder
H A DBinder.java406 public boolean isBinderAlive() { method in class:Binder
722 public native boolean isBinderAlive(); method in class:BinderProxy
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxyCompat.java170 public boolean isBinderAlive() { method in class:ImsServiceProxyCompat
171 return mBinder != null && mBinder.isBinderAlive();
179 if (!isBinderAlive()) {
H A DImsServiceProxy.java267 if (isBinderAlive() && mFeatureStatusCached != null) {
316 return isBinderAlive() && getFeatureStatus() == ImsFeature.STATE_READY;
320 public boolean isBinderAlive() { method in class:ImsServiceProxy
321 return mIsAvailable && mBinder != null && mBinder.isBinderAlive();
/frameworks/native/libs/binder/
H A DBinder.cpp99 bool BBinder::isBinderAlive() const function in class:android::BBinder
H A DBpBinder.cpp131 bool BpBinder::isBinderAlive() const function in class:android::BpBinder

Completed in 104 milliseconds