Searched refs:configureRpcThreadpool (Results 1 - 10 of 10) sorted by relevance

/system/bt/test/rootcanal/
H A Dservice.cc26 using ::android::hardware::configureRpcThreadpool;
34 configureRpcThreadpool(1, true);
/system/bt/vendor_libs/linux/interface/
H A Dservice.cc26 using ::android::hardware::configureRpcThreadpool;
34 configureRpcThreadpool(1, true);
/system/libhidl/transport/allocator/1.0/default/
H A Dservice.cpp9 using android::hardware::configureRpcThreadpool;
17 configureRpcThreadpool(1, true /* callerWillJoin */);
/system/libhidl/transport/
H A DHidlTransportSupport.cpp22 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin) { function in namespace:android::hardware
/system/netd/server/
H A DNetdHwService.cpp24 using android::hardware::configureRpcThreadpool;
61 configureRpcThreadpool(1, false /* callerWillNotJoin */);
/system/security/keystore/
H A Dkeystore_main.cpp45 using ::android::hardware::configureRpcThreadpool;
111 configureRpcThreadpool(1, false /* callerWillJoin */);
/system/hwservicemanager/
H A Dservice.cpp33 using android::hardware::configureRpcThreadpool;
60 configureRpcThreadpool(1, true /* callerWillJoin */);
/system/libhidl/transport/include/hidl/
H A DHidlTransportSupport.h44 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin);
H A DLegacySupport.h69 configureRpcThreadpool(maxThreads, true);
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java900 HwBinder.configureRpcThreadpool(1, true);

Completed in 202 milliseconds