Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dservice.cc26 using ::android::hardware::configureRpcThreadpool;
34 configureRpcThreadpool(1, true); in main()
/system/bt/test/rootcanal/
Dservice.cc27 using ::android::hardware::configureRpcThreadpool;
34 configureRpcThreadpool(1, true); in main()
/system/libhidl/transport/allocator/1.0/default/
Dservice.cpp9 using android::hardware::configureRpcThreadpool;
17 configureRpcThreadpool(1, true /* callerWillJoin */); in main()
/system/core/usbd/
Dusbd.cpp31 using android::hardware::configureRpcThreadpool;
37 configureRpcThreadpool(1, true /*callerWillJoin*/); in main()
/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp39 using android::hardware::configureRpcThreadpool;
69 configureRpcThreadpool(1, true /* callerWillJoin */); in main()
DSystemSuspendUnitTest.cpp48 using android::hardware::configureRpcThreadpool;
90 configureRpcThreadpool(1, true /* callerWillJoin */); in registerTestService()
/system/core/trusty/keymaster/3.0/
Dservice.cpp25 ::android::hardware::configureRpcThreadpool(1, true); in main()
/system/libhidl/transport/include/hidl/
DLegacySupport.h78 configureRpcThreadpool(maxThreads, true);
127 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/security/keystore/
Dkeystore_main.cpp46 using ::android::hardware::configureRpcThreadpool;
168 configureRpcThreadpool(1, false /* callerWillJoin */); in main()
/system/libhidl/transport/
DHidlTransportSupport.cpp28 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureRpcThreadpool() function
/system/connectivity/wificond/
Dmain.cpp93 android::hardware::configureRpcThreadpool(1, true /* callerWillJoin */); in SetupHwBinderOrCrash()
/system/vold/
Dmain.cpp112 android::hardware::configureRpcThreadpool(1, false /* callerWillJoin */); in main()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1075 configureRpcThreadpool(1, true); in main()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1624 HwBinder.configureRpcThreadpool(1, true); in server()