Home
last modified time | relevance | path

Searched refs:setTheContextObject (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h95 void setTheContextObject(sp<BHwBinder> obj);
/aosp12/frameworks/native/cmds/servicemanager/
H A Dmain.cpp129 IPCThreadState::self()->setTheContextObject(manager); in main()
/aosp12/system/hwservicemanager/
H A Dservice.cpp164 IPCThreadState::self()->setTheContextObject(service); in main()
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h157 void setTheContextObject(const sp<BBinder>& obj);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h157 void setTheContextObject(const sp<BBinder>& obj);
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp1029 void IPCThreadState::setTheContextObject(sp<BHwBinder> obj) in setTheContextObject() function in android::hardware::IPCThreadState
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp1120 void IPCThreadState::setTheContextObject(const sp<BBinder>& obj) in setTheContextObject() function in android::IPCThreadState