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/native/include/binder/
ProcessState.h
63
void
expungeHandle
(int32_t handle, IBinder* binder);
IPCThreadState.h
71
static void
expungeHandle
(int32_t handle, IBinder* binder);
/frameworks/native/libs/binder/
BpBinder.cpp
334
ipc->
expungeHandle
(mHandle, this);
ProcessState.cpp
225
// call
expungeHandle
(), which acquires the same lock we are holding now.
244
void ProcessState::
expungeHandle
(int32_t handle, IBinder* binder)
IPCThreadState.cpp
617
void IPCThreadState::
expungeHandle
(int32_t handle, IBinder* binder)
620
printf("IPCThreadState::
expungeHandle
(%ld)\n", handle);
622
self()->mProcess->
expungeHandle
(handle, binder);
[
all
...]
Completed in 135 milliseconds