/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/system/libhwbinder/include/hwbinder/ |
H A D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 68 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 68 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 68 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 68 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
|
/aosp_15_r20/system/libhidl/transport/ |
H A D | HidlBinderSupport.cpp | 273 status_t ret = ProcessState::self()->setThreadPoolConfiguration( in configureBinderRpcThreadpool()
|
/aosp_15_r20/system/libhwbinder/ |
H A D | ProcessState.cpp | 316 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration() function in android::hardware::ProcessState
|
H A D | IPCThreadState.cpp | 584 mProcess->setThreadPoolConfiguration(1, true /* callerWillJoin */); in setupPolling()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_os_HwBinder.cpp | 387 … ProcessState::self()->setThreadPoolConfiguration(maxThreads, callerWillJoin /*callerJoinsPool*/); in JHwBinder_native_configureRpcThreadpool()
|