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

  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java 66 ServiceManagerNative.asInterface(BinderInternal.getContextObject())
  /frameworks/native/libs/binder/include/binder/
ProcessState.h 45 sp<IBinder> getContextObject(const sp<IBinder>& caller);
49 sp<IBinder> getContextObject(const String16& name,
  /system/libhwbinder/include/hwbinder/
ProcessState.h 41 sp<IBinder> getContextObject(const sp<IBinder>& caller);
45 sp<IBinder> getContextObject(const String16& name,
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 88 public static final native IBinder getContextObject();
  /frameworks/base/core/java/android/os/
ServiceManager.java 40 .asInterface(Binder.allowBlocking(BinderInternal.getContextObject()));
  /frameworks/native/libs/binder/
IServiceManager.cpp 42 ProcessState::self()->getContextObject(NULL));
ProcessState.cpp 98 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
109 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
122 ALOGE("getContextObject(%s) failed, but we manage the contexts!\n",
  /system/libhwbinder/
ProcessState.cpp 83 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
94 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
107 ALOGE("getContextObject(%s) failed, but we manage the contexts!\n",
  /system/libhidl/transport/
ServiceManagement.cpp 155 ProcessState::self()->getContextObject(NULL));
  /frameworks/base/core/jni/
android_util_Binder.cpp 923 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
929 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 750 milliseconds