Searched refs:isBinderAlive (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIBinder.java175 public boolean isBinderAlive(); method in interface:IBinder
H A DBinder.java204 public boolean isBinderAlive() { method in class:Binder
374 public native boolean isBinderAlive(); method in class:BinderProxy
/frameworks/native/include/binder/
H A DBinder.h31 virtual bool isBinderAlive() const;
H A DIBinder.h75 virtual bool isBinderAlive() const = 0;
H A DBpBinder.h35 virtual bool isBinderAlive() const;
/frameworks/native/libs/binder/
H A DBinder.cpp78 bool BBinder::isBinderAlive() const function in class:android::BBinder
H A DIServiceManager.cpp89 if (pc->asBinder()->isBinderAlive()) {
H A DBpBinder.cpp130 bool BpBinder::isBinderAlive() const function in class:android::BpBinder
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp203 // isBinderAlive needs linkToDeath to work.
777 !mCameraRecordingProxy->asBinder()->isBinderAlive()) {
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java552 if (what == 0 || !token.isBinderAlive()) {
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp949 bool alive = target->isBinderAlive();
1200 {"isBinderAlive", "()Z", (void*)android_os_BinderProxy_isBinderAlive},
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java1024 return mClient.asBinder().isBinderAlive();
/frameworks/base/core/java/android/app/
H A DActivityThread.java4553 if (!jBinder.isBinderAlive()) {

Completed in 222 milliseconds