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.cpp49 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java67 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.cpp141 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.cpp63 IPCThreadState::self()->joinThreadPool(mIsMain);
H A DIPCThreadState.cpp477 void IPCThreadState::joinThreadPool(bool isMain) function in class:android::IPCThreadState
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp92 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp908 android::IPCThreadState::self()->joinThreadPool();
928 { "joinThreadPool", "()V", (void*)android_os_BinderInternal_joinThreadPool },
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp929 //printf("%s: joinThreadPool\n", __func__);
931 IPCThreadState::self()->joinThreadPool();
932 //printf("%s: joinThreadPool returned\n", __func__);
933 return 1; /* joinThreadPool should not return */

Completed in 417 milliseconds