OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incStrongHandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
IPCThreadState.h
66
void
incStrongHandle
(int32_t handle);
/frameworks/native/libs/binder/
BpBinder.cpp
343
if (ipc) ipc->
incStrongHandle
(mHandle);
IPCThreadState.cpp
571
void IPCThreadState::
incStrongHandle
(int32_t handle)
573
LOG_REMOTEREFS("IPCThreadState::
incStrongHandle
(%d)\n", handle);
[
all
...]
Completed in 139 milliseconds