OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attemptIncStrongHandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
IPCThreadState.h
70
status_t
attemptIncStrongHandle
(int32_t handle);
/frameworks/native/libs/binder/
BpBinder.cpp
360
return ipc ? ipc->
attemptIncStrongHandle
(mHandle) == NO_ERROR : false;
IPCThreadState.cpp
599
status_t IPCThreadState::
attemptIncStrongHandle
(int32_t handle)
601
LOG_REMOTEREFS("IPCThreadState::
attemptIncStrongHandle
(%d)\n", handle);
610
printf("IPCThreadState::
attemptIncStrongHandle
(%ld) = %s\n",
[
all
...]
Completed in 292 milliseconds