OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expungeHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/binder/
ProcessState.cpp
224
// call
expungeHandle
(), which acquires the same lock we are holding now.
243
void ProcessState::
expungeHandle
(int32_t handle, IBinder* binder)
IPCThreadState.cpp
612
void IPCThreadState::
expungeHandle
(int32_t handle, IBinder* binder)
615
printf("IPCThreadState::
expungeHandle
(%ld)\n", handle);
617
self()->mProcess->
expungeHandle
(handle, binder);
[
all
...]
Completed in 614 milliseconds