OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setContextObject
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/binder/
ProcessState.h
42
void
setContextObject
(const sp<IBinder>& object);
45
void
setContextObject
(const sp<IBinder>& object,
/frameworks/native/libs/binder/
ProcessState.cpp
84
void ProcessState::
setContextObject
(const sp<IBinder>& object)
86
setContextObject
(object, String16("default"));
94
void ProcessState::
setContextObject
(const sp<IBinder>& object, const String16& name)
132
if (object != NULL)
setContextObject
(object, name);
Completed in 21 milliseconds