Home
last modified time | relevance | path

Searched refs:setContextObject (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/include/hwbinder/
DProcessState.h43 void setContextObject(const sp<IBinder>& object);
46 void setContextObject(const sp<IBinder>& object,
/system/libhwbinder/
DProcessState.cpp95 void ProcessState::setContextObject(const sp<IBinder>& object) in setContextObject() function in android::hardware::ProcessState
97 setContextObject(object, String16("default")); in setContextObject()
105 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name) in setContextObject() function in android::hardware::ProcessState
143 if (object != nullptr) setContextObject(object, name); in getContextObject()