Searched refs:joinThreadPool (Results 1 - 14 of 14) 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/libs/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.java65 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.cpp135 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/java/android/os/
H A DBinder.java179 public static final native void joinThreadPool(); method in class:Binder
/frameworks/native/libs/binder/
H A DProcessState.cpp62 IPCThreadState::self()->joinThreadPool(mIsMain);
H A DIPCThreadState.cpp474 void IPCThreadState::joinThreadPool(bool isMain) function in class:android::IPCThreadState
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp93 IPCThreadState::self()->joinThreadPool();
/frameworks/av/camera/tests/
H A DProCameraTests.cpp146 ptr->joinThreadPool();
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp894 android::IPCThreadState::self()->joinThreadPool();
914 { "joinThreadPool", "()V", (void*)android_os_BinderInternal_joinThreadPool },

Completed in 379 milliseconds