Home
last modified time | relevance | path

Searched refs:getContextObject (Results 1 – 3 of 3) sorted by relevance

/system/libhwbinder/include/hwbinder/
DProcessState.h44 sp<IBinder> getContextObject(const sp<IBinder>& caller);
48 sp<IBinder> getContextObject(const String16& name,
/system/libhwbinder/
DProcessState.cpp100 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/) in getContextObject() function in android::hardware::ProcessState
111 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller) in getContextObject() function in android::hardware::ProcessState
/system/libhidl/transport/
DServiceManagement.cpp230 ProcessState::self()->getContextObject(nullptr)); in defaultServiceManager1_2()