Home
last modified time | relevance | path

Searched refs:getContextObject (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DProcessState.h49 sp<IBinder> getContextObject(const sp<IBinder>& caller);
/frameworks/native/include/binder/
DProcessState.h49 sp<IBinder> getContextObject(const sp<IBinder>& caller);
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java180 public static final native IBinder getContextObject(); in getContextObject() method in BinderInternal
/frameworks/base/core/java/android/os/
DServiceManager.java117 .asInterface(Binder.allowBlocking(BinderInternal.getContextObject())); in getIServiceManager()
/frameworks/native/libs/binder/
DProcessState.cpp124 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/) in getContextObject() function in android::ProcessState
DIServiceManager.cpp99 … sm = interface_cast<AidlServiceManager>(ProcessState::self()->getContextObject(nullptr)); in defaultServiceManager()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1138 sp<IBinder> b = ProcessState::self()->getContextObject(NULL); in android_os_BinderInternal_getContextObject()
1144 sp<IBinder> b = ProcessState::self()->getContextObject(NULL); in android_os_BinderInternal_joinThreadPool()