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

12

/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/native/libs/binder/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/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.cpp67 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.cpp65 IPCThreadState::self()->joinThreadPool();
152 IPCThreadState::self()->joinThreadPool();
/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp84 IPCThreadState::self()->joinThreadPool();
/frameworks/base/cmds/bootanimation/iot/
H A Diotbootanimation_main.cpp91 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/vr/hardware_composer/
H A Dvr_hardware_composer_service.cpp52 android::hardware::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/native/cmds/installd/
H A Dinstalld.cpp338 IPCThreadState::self()->joinThreadPool();
/frameworks/native/libs/binder/
H A DProcessState.cpp61 IPCThreadState::self()->joinThreadPool(mIsMain);
H A DIPCThreadState.cpp493 void IPCThreadState::joinThreadPool(bool isMain) function in class:android::IPCThreadState
/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp405 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/java/android/os/
H A DBinder.java343 public static final native void joinThreadPool(); method in class:Binder
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp996 //printf("%s: joinThreadPool\n", __func__);
998 IPCThreadState::self()->joinThreadPool();
999 //printf("%s: joinThreadPool returned\n", __func__);
1000 return 1; /* joinThreadPool should not return */

Completed in 714 milliseconds

12