Home
last modified time | relevance | path

Searched refs:ABinderProcess_setThreadPoolMaxThreadCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_process.h38 bool ABinderProcess_setThreadPoolMaxThreadCount(uint32_t numThreads);
/frameworks/native/libs/binder/ndk/
Dprocess.cpp31 bool ABinderProcess_setThreadPoolMaxThreadCount(uint32_t numThreads) { in ABinderProcess_setThreadPoolMaxThreadCount() function
Dlibbinder_ndk.map.txt93 ABinderProcess_setThreadPoolMaxThreadCount; # apex llndk
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ABinderProcess_setThreadPoolMaxThreadCount);
130 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", ABinderProcess_setThreadPoolMaxThreadCount); in init_stub_library()
Dstubs_arm.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ABinderProcess_setThreadPoolMaxThreadCount);
130 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", ABinderProcess_setThreadPoolMaxThreadCount); in init_stub_library()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp79 ABinderProcess_setThreadPoolMaxThreadCount(0); in generatedService()
140 ABinderProcess_setThreadPoolMaxThreadCount(0); in manualThreadPoolService()
483 ABinderProcess_setThreadPoolMaxThreadCount(1); // to recieve death notifications/callbacks in main()