Searched refs:joinThreadPool (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/include/binder/
H A DBinderService.h46 joinThreadPool();
54 static void joinThreadPool() { function in class:android::BinderService
58 IPCThreadState::self()->joinThreadPool();
H A DIPCThreadState.h58 void joinThreadPool(bool isMain = true);
/frameworks/base/services/common_time/
H A Dmain.cpp40 IPCThreadState::self()->joinThreadPool();
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp36 IPCThreadState::self()->joinThreadPool();
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp57 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java55 public static final native void joinThreadPool(); method in class:BinderInternal
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp65 IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp133 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/java/android/os/
H A DBinder.java160 public static final native void joinThreadPool(); method in class:Binder
/frameworks/native/libs/binder/
H A DProcessState.cpp67 IPCThreadState::self()->joinThreadPool(mIsMain);
H A DIPCThreadState.cpp475 void IPCThreadState::joinThreadPool(bool isMain) function in class:android::IPCThreadState
/frameworks/av/camera/tests/
H A DProCameraTests.cpp146 ptr->joinThreadPool();
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp863 android::IPCThreadState::self()->joinThreadPool();
883 { "joinThreadPool", "()V", (void*)android_os_BinderInternal_joinThreadPool },

Completed in 392 milliseconds