HomeSort by relevance Sort by last modified time
    Searched defs:expungeHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
ProcessState.cpp 252 // call expungeHandle(), which acquires the same lock we are holding now.
271 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 654 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
657 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
659 self()->mProcess->expungeHandle(handle, binder);
    [all...]

Completed in 2241 milliseconds