HomeSort by relevance Sort by last modified time
    Searched refs:getContextObject (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/binder/
ProcessState.h 38 sp<IBinder> getContextObject(const sp<IBinder>& caller);
42 sp<IBinder> getContextObject(const String16& name,
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java 56 ServiceManagerNative.asInterface(BinderInternal.getContextObject())
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 86 public static final native IBinder getContextObject();
  /frameworks/base/core/java/android/os/
ServiceManager.java 39 sServiceManager = ServiceManagerNative.asInterface(BinderInternal.getContextObject());
  /frameworks/native/libs/binder/
ProcessState.cpp 84 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
95 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
108 ALOGE("getContextObject(%s) failed, but we manage the contexts!\n",
IServiceManager.cpp 41 ProcessState::self()->getContextObject(NULL));
  /frameworks/base/core/jni/
android_util_Binder.cpp 887 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
893 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
913 { "getContextObject", "()Landroid/os/IBinder;", (void*)android_os_BinderInternal_getContextObject },
    [all...]

Completed in 371 milliseconds