Home
last modified time | relevance | path

Searched refs:configureRpcThreadpool (Results 1 – 20 of 20) sorted by relevance

/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test_server.cpp23 using android::hardware::configureRpcThreadpool;
31 configureRpcThreadpool(1, true /*willJoin*/); in main()
/system/bt/test/rootcanal/
Dservice.cc28 using ::android::hardware::configureRpcThreadpool;
35 configureRpcThreadpool(1, true); in main()
/system/bt/vendor_libs/linux/interface/
Dservice.cc27 using ::android::hardware::configureRpcThreadpool;
34 configureRpcThreadpool(1, true); in main()
/system/connectivity/wificond/
Dwifi_keystore_hal_connector.cpp30 using android::hardware::configureRpcThreadpool;
43 configureRpcThreadpool(1, false /* callerWillJoin */); in start()
/system/libhidl/transport/allocator/1.0/default/
Dservice.cpp9 using android::hardware::configureRpcThreadpool;
17 configureRpcThreadpool(1, true /* callerWillJoin */); in main()
/system/core/usbd/
Dusbd.cpp29 using android::hardware::configureRpcThreadpool;
37 configureRpcThreadpool(1, true /*callerWillJoin*/); in main()
/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp37 using android::hardware::configureRpcThreadpool;
80 configureRpcThreadpool(1, true /* callerWillJoin */); in main()
DSystemSuspendUnitTest.cpp50 using android::hardware::configureRpcThreadpool;
84 configureRpcThreadpool(1, true /* callerWillJoin */); in registerTestService()
/system/core/trusty/confirmationui/
Dservice.cpp26 ::android::hardware::configureRpcThreadpool(1, true /*willJoinThreadpool*/); in main()
/system/core/trusty/gatekeeper/
Dservice.cpp30 ::android::hardware::configureRpcThreadpool(1, true /* willJoinThreadpool */); in main()
/system/core/trusty/keymaster/3.0/
Dservice.cpp25 ::android::hardware::configureRpcThreadpool(1, true); in main()
/system/core/trusty/keymaster/4.0/
Dservice.cpp25 ::android::hardware::configureRpcThreadpool(1, true); in main()
/system/libhidl/transport/include/hidl/
DLegacySupport.h68 configureRpcThreadpool(maxThreads, true);
114 configureRpcThreadpool(maxThreads, true);
DHidlTransportSupport.h46 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin);
/system/netd/server/
DNetdHwService.cpp25 using android::hardware::configureRpcThreadpool;
60 configureRpcThreadpool(1, false /* callerWillNotJoin */); in start()
/system/libhidl/adapter/
DHidlBinderAdapter.cpp129 using android::hardware::configureRpcThreadpool; in adapterMain()
151 configureRpcThreadpool(args.threadNumber, false /* callerWillJoin */); in adapterMain()
/system/libhidl/transport/
DHidlTransportSupport.cpp31 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureRpcThreadpool() function
/system/vold/
Dmain.cpp114 android::hardware::configureRpcThreadpool(1, false /* callerWillJoin */); in main()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1243 configureRpcThreadpool(1, true); in main()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1743 HwBinder.configureRpcThreadpool(1, true); in server()