Home
last modified time | relevance | path

Searched refs:ABinderProcess_setThreadPoolMaxThreadCount (Results 1 – 12 of 12) 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/native/libs/binder/rust/src/
Dstate.rs41 sys::ABinderProcess_setThreadPoolMaxThreadCount(num_threads); in set_thread_pool_max_thread_count()
/frameworks/native/libs/binder/rust/tests/
DbinderRustNdkInteropTest.cpp71 ABinderProcess_setThreadPoolMaxThreadCount(1); in main()
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ABinderProcess_setThreadPoolMaxThreadCount);
138 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", ABinderProcess_setThreadPoolMaxThreadCount); in init_stub_library()
Dstubs_arm64.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ABinderProcess_setThreadPoolMaxThreadCount);
138 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", ABinderProcess_setThreadPoolMaxThreadCount); in init_stub_library()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp127 ABinderProcess_setThreadPoolMaxThreadCount(0); in generatedService()
189 ABinderProcess_setThreadPoolMaxThreadCount(0); in manualThreadPoolService()
196 ABinderProcess_setThreadPoolMaxThreadCount(0); in lazyService()
698 ABinderProcess_setThreadPoolMaxThreadCount(1); // to receive death notifications/callbacks in main()
/frameworks/native/cmds/idlcli/vibrator/
DCommandOn.cpp75 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()
DCommandCompose.cpp98 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()
DCommandComposePwle.cpp172 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()
DCommandPerform.cpp116 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()