Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_process.h44 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; # systemapi llndk
/frameworks/av/camera/cameraserver/
Dmain_cameraserver.cpp35 ABinderProcess_setThreadPoolMaxThreadCount(5); in main()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DService.cpp35 ABinderProcess_setThreadPoolMaxThreadCount(8); in main()
DServiceLazy.cpp35 ABinderProcess_setThreadPoolMaxThreadCount(8); in main()
/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/hardware/interfaces/location/altitude/aidl/vts/functional/
DVtsHalAltitudeServiceTargetTest.cpp67 ABinderProcess_setThreadPoolMaxThreadCount(1); in main()
/frameworks/native/cmds/idlcli/vibrator/
DCommandCompose.cpp98 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()
DCommandOn.cpp75 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()
DCommandComposePwle.cpp172 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()
DCommandPerform.cpp116 ABinderProcess_setThreadPoolMaxThreadCount(1); in doMain()
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ABinderProcess_setThreadPoolMaxThreadCount);
170 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", ABinderProcess_setThreadPoolMaxThreadCount); in init_stub_library()
Dstubs_arm.cc23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ABinderProcess_setThreadPoolMaxThreadCount);
170 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", ABinderProcess_setThreadPoolMaxThreadCount); in init_stub_library()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp143 ABinderProcess_setThreadPoolMaxThreadCount(0); in generatedService()
163 ABinderProcess_setThreadPoolMaxThreadCount(0); in generatedFlaggedService()
223 ABinderProcess_setThreadPoolMaxThreadCount(0); in manualThreadPoolService()
230 ABinderProcess_setThreadPoolMaxThreadCount(0); in lazyService()
937 ABinderProcess_setThreadPoolMaxThreadCount(1); // to receive death notifications/callbacks in main()
/frameworks/hardware/interfaces/automotive/telemetry/aidl/vts/functional/
DVtsHalCarTelemetryTest.cpp143 ABinderProcess_setThreadPoolMaxThreadCount(1); in main()
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp154 ABinderProcess_setThreadPoolMaxThreadCount(/* numThreads= */ 1); in main()
/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsAidlCameraServiceTargetTest.cpp271 bool success = ABinderProcess_setThreadPoolMaxThreadCount(5); in SetUp()