OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expungeHandle
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/include/binder/
ProcessState.h
63
void
expungeHandle
(int32_t handle, IBinder* binder);
IPCThreadState.h
70
static void
expungeHandle
(int32_t handle, IBinder* binder);
/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)
BpBinder.cpp
334
ipc->
expungeHandle
(mHandle, this);
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 9273 milliseconds