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

  /frameworks/native/libs/binder/
ProcessState.cpp 313 // call expungeHandle(), which acquires the same lock we are holding now.
332 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 712 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
715 ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle);
717 self()->mProcess->expungeHandle(handle, binder); // NOLINT
    [all...]
  /system/libhwbinder/
ProcessState.cpp 270 // call expungeHandle(), which acquires the same lock we are holding now.
289 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 721 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
724 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
726 self()->mProcess->expungeHandle(handle, binder); // NOLINT
    [all...]

Completed in 207 milliseconds