Home
last modified time | relevance | path

Searched refs:joinThreadPool (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/native/libs/binder/include/binder/
DBinderService.h48 joinThreadPool();
56 static void joinThreadPool() { in joinThreadPool() function
60 IPCThreadState::self()->joinThreadPool(); in joinThreadPool()
DIPCThreadState.h79 void joinThreadPool(bool isMain = true);
/frameworks/av/media/audioserver/
Dmain_audioserver.cpp69 IPCThreadState::self()->joinThreadPool(); in main()
153 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/native/libs/binder/ndk/
Dprocess.cpp35 IPCThreadState::self()->joinThreadPool(); in ABinderProcess_joinThreadPool()
/frameworks/av/drm/drmserver/
Dmain_drmserver.cpp38 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/av/services/mediadrm/
Dmain_mediadrmserver.cpp42 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/av/services/mediaanalytics/
Dmain_mediametrics.cpp47 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/av/camera/cameraserver/
Dmain_cameraserver.cpp38 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/base/cmds/bootanimation/
Dbootanimation_main.cpp56 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/native/services/gpuservice/
Dmain_gpuservice.cpp40 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/av/media/mediaserver/
Dmain_mediaserver.cpp46 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/av/services/mediaextractor/
Dmain_extractorservice.cpp66 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/native/cmds/dumpstate/
Dmain.cpp63 android::IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/base/cmds/idmap2/idmap2d/
DMain.cpp46 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/native/services/vr/virtual_touchpad/
Dmain.cpp31 android::IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/native/services/vr/hardware_composer/
Dvr_hardware_composer_service.cpp52 android::hardware::IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/base/cmds/bootanimation/iot/
Diotbootanimation_main.cpp130 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java140 public static final native void joinThreadPool(); in joinThreadPool() method in BinderInternal
/frameworks/native/libs/gui/tests/
DSamplingDemo.cpp132 IPCThreadState::self()->joinThreadPool(); in main()
/frameworks/native/cmds/installd/
Dinstalld.cpp228 IPCThreadState::self()->joinThreadPool(); in installd_main()
/frameworks/base/core/java/android/os/
DBinder.java518 public static final void joinThreadPool() { in joinThreadPool() method in Binder
519 BinderInternal.joinThreadPool(); in joinThreadPool()
/frameworks/base/core/jni/
Dandroid_os_HwBinder.cpp345 IPCThreadState::self()->joinThreadPool(); in JHwBinder_native_joinRpcThreadpool()
/frameworks/native/libs/binder/
DProcessState.cpp67 IPCThreadState::self()->joinThreadPool(mIsMain); in threadLoop()
DIPCThreadState.cpp584 void IPCThreadState::joinThreadPool(bool isMain) in joinThreadPool() function in android::IPCThreadState
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp625 IPCThreadState::self()->joinThreadPool(); in getRemoteService()

12