/frameworks/native/libs/binder/include/binder/ |
D | BinderService.h | 47 joinThreadPool(); 55 static void joinThreadPool() { in joinThreadPool() function 59 IPCThreadState::self()->joinThreadPool(); in joinThreadPool()
|
D | IPCThreadState.h | 115 void joinThreadPool(bool isMain = true);
|
/frameworks/native/include/binder/ |
D | BinderService.h | 47 joinThreadPool(); 55 static void joinThreadPool() { in joinThreadPool() function 59 IPCThreadState::self()->joinThreadPool(); in joinThreadPool()
|
D | IPCThreadState.h | 115 void joinThreadPool(bool isMain = true);
|
/frameworks/av/media/audioserver/ |
D | main_audioserver.cpp | 73 IPCThreadState::self()->joinThreadPool(); in main() 156 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/av/drm/drmserver/ |
D | main_drmserver.cpp | 38 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/base/cmds/bootanimation/ |
D | bootanimation_main.cpp | 56 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/av/services/tuner/ |
D | main_tunerservice.cpp | 42 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/native/services/gpuservice/ |
D | main_gpuservice.cpp | 40 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/native/libs/binder/ndk/ |
D | process.cpp | 35 IPCThreadState::self()->joinThreadPool(); in ABinderProcess_joinThreadPool()
|
/frameworks/av/camera/cameraserver/ |
D | main_cameraserver.cpp | 39 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/av/services/mediametrics/ |
D | main_mediametrics.cpp | 51 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/av/media/mediaserver/ |
D | main_mediaserver.cpp | 46 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/native/cmds/dumpstate/ |
D | main.cpp | 63 android::IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/av/services/mediaextractor/ |
D | main_extractorservice.cpp | 75 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Main.cpp | 46 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | main.cpp | 31 android::IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/native/libs/binder/tests/ |
D | binderClearBufTest.cpp | 118 IPCThreadState::self()->joinThreadPool(true); in main()
|
/frameworks/native/libs/gui/tests/ |
D | SamplingDemo.cpp | 130 IPCThreadState::self()->joinThreadPool(); in main()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderInternal.java | 158 public static final native void joinThreadPool(); in joinThreadPool() method in BinderInternal
|
/frameworks/native/services/powermanager/tests/ |
D | IThermalManagerTest.cpp | 154 [&] { IPCThreadState::self()->joinThreadPool(true); }); in main()
|
/frameworks/native/cmds/installd/ |
D | installd.cpp | 228 IPCThreadState::self()->joinThreadPool(); in installd_main()
|
/frameworks/native/libs/binder/ndk/tests/ |
D | binderVendorDoubleLoadTest.cpp | 156 IPCThreadState::self()->joinThreadPool(true); in main()
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 576 public static final void joinThreadPool() { in joinThreadPool() method in Binder 577 BinderInternal.joinThreadPool(); in joinThreadPool()
|
/frameworks/base/core/jni/ |
D | android_os_HwBinder.cpp | 347 IPCThreadState::self()->joinThreadPool(); in JHwBinder_native_joinRpcThreadpool()
|