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

  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 77 public static final native IBinder getContextObject();
  /frameworks/base/libs/binder/
ProcessState.cpp 96 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
101 return getContextObject(String16("default"), caller);
111 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
124 LOGE("getContextObject(%s) failed, but we manage the contexts!\n",

Completed in 199 milliseconds