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

  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 76 public static final native IBinder getContextObject();
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java 56 ServiceManagerNative.asInterface(BinderInternal.getContextObject())
  /frameworks/base/include/binder/
ProcessState.h 43 sp<IBinder> getContextObject(const sp<IBinder>& caller);
47 sp<IBinder> getContextObject(const String16& name,
  /frameworks/base/core/java/android/os/
ServiceManager.java 39 sServiceManager = ServiceManagerNative.asInterface(BinderInternal.getContextObject());
  /frameworks/base/libs/binder/
ProcessState.cpp 88 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
99 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
112 LOGE("getContextObject(%s) failed, but we manage the contexts!\n",
IServiceManager.cpp 42 ProcessState::self()->getContextObject(NULL));
  /frameworks/base/core/jni/
android_util_Binder.cpp 855 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
861 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
881 { "getContextObject", "()Landroid/os/IBinder;", (void*)android_os_BinderInternal_getContextObject },
    [all...]

Completed in 186 milliseconds