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

12

/frameworks/native/include/binder/
H A DBinderService.h48 joinThreadPool();
56 static void joinThreadPool() { function in class:android::BinderService
60 IPCThreadState::self()->joinThreadPool();
H A DIPCThreadState.h58 void joinThreadPool(bool isMain = true);
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h48 joinThreadPool();
56 static void joinThreadPool() { function in class:android::BinderService
60 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/camera/cameraserver/
H A Dmain_cameraserver.cpp37 IPCThreadState::self()->joinThreadPool();
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp38 IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp46 IPCThreadState::self()->joinThreadPool();
/frameworks/av/services/mediaanalytics/
H A Dmain_mediametrics.cpp47 IPCThreadState::self()->joinThreadPool();
/frameworks/av/services/mediadrm/
H A Dmain_mediadrmserver.cpp42 IPCThreadState::self()->joinThreadPool();
/frameworks/av/services/mediaextractor/
H A Dmain_extractorservice.cpp75 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/vr/virtual_touchpad/
H A Dmain.cpp31 android::IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp69 IPCThreadState::self()->joinThreadPool();
153 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/vr/hardware_composer/
H A Dvr_hardware_composer_service.cpp52 android::hardware::IPCThreadState::self()->joinThreadPool();
/frameworks/base/cmds/bootanimation/iot/
H A Diotbootanimation_main.cpp122 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/thermalservice/
H A Dthermalserviced.cpp71 IPCThreadState::self()->joinThreadPool();
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp162 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java76 public static final native void joinThreadPool(); method in class:BinderInternal
/frameworks/native/cmds/installd/
H A Dinstalld.cpp228 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp344 IPCThreadState::self()->joinThreadPool();
H A Dandroid_util_Binder.cpp986 android::IPCThreadState::self()->joinThreadPool();
1067 { "joinThreadPool", "()V", (void*)android_os_BinderInternal_joinThreadPool },
/frameworks/native/libs/binder/
H A DProcessState.cpp61 IPCThreadState::self()->joinThreadPool(mIsMain);
H A DIPCThreadState.cpp528 void IPCThreadState::joinThreadPool(bool isMain) function in class:android::IPCThreadState
/frameworks/base/core/java/android/os/
H A DBinder.java380 public static final void joinThreadPool() { method in class:Binder
381 BinderInternal.joinThreadPool();
/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp609 IPCThreadState::self()->joinThreadPool();

Completed in 558 milliseconds

12