Lines Matching refs:IBinder
84 void ProcessState::setContextObject(const sp<IBinder>& object) in setContextObject()
89 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller) in getContextObject()
94 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name) in setContextObject()
100 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller) in getContextObject()
103 sp<IBinder> object( in getContextObject()
183 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle()
185 sp<IBinder> result; in getStrongProxyForHandle()
195 IBinder* b = e->binder; in getStrongProxyForHandle()
213 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle) in getWeakProxyForHandle()
215 wp<IBinder> result; in getWeakProxyForHandle()
229 IBinder* b = e->binder; in getWeakProxyForHandle()
244 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle()