HomeSort by relevance Sort by last modified time
    Searched full:getcontextobject (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/binder/
ProcessState.h 43 sp<IBinder> getContextObject(const sp<IBinder>& caller);
47 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/android/os/
IServiceManager.java 24 * BinderNative.getContextObject(). An easy way to retrieve this
ServiceManager.java 39 sServiceManager = ServiceManagerNative.asInterface(BinderInternal.getContextObject());
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 76 public static final native IBinder getContextObject();
  /frameworks/native/libs/binder/
ProcessState.cpp 89 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
100 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
113 ALOGE("getContextObject(%s) failed, but we manage the contexts!\n",
IServiceManager.cpp 42 ProcessState::self()->getContextObject(NULL));
  /frameworks/base/core/jni/
android_util_Binder.cpp 856 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
862 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
882 { "getContextObject", "()Landroid/os/IBinder;", (void*)android_os_BinderInternal_getContextObject },
    [all...]

Completed in 896 milliseconds