/device/google/marlin/power/ |
service.cpp | 29 using android::hardware::configureRpcThreadpool; 50 configureRpcThreadpool(1, true /*callerWillJoin*/);
|
/device/google/wahoo/usb/ |
service.cpp | 26 using android::hardware::configureRpcThreadpool; 42 configureRpcThreadpool(2, true /*callerWillJoin*/);
|
/device/google/wahoo/wifi_offload/ |
service.cpp | 26 using android::hardware::configureRpcThreadpool; 38 configureRpcThreadpool(1, true /* callerWillJoin */);
|
/external/nos/host/android/hals/authsecret/citadel/ |
service.cpp | 29 using ::android::hardware::configureRpcThreadpool; 48 configureRpcThreadpool(1, thisThreadWillJoinPool);
|
/external/nos/host/android/hals/oemlock/citadel/ |
service.cpp | 30 using ::android::hardware::configureRpcThreadpool; 52 configureRpcThreadpool(1, thisThreadWillJoinPool);
|
/external/nos/host/android/hals/weaver/citadel/ |
service.cpp | 31 using ::android::hardware::configureRpcThreadpool; 53 configureRpcThreadpool(1, thisThreadWillJoinPool);
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
service.cpp | 25 using ::android::hardware::configureRpcThreadpool; 45 configureRpcThreadpool(8, true /* callerWillJoin */);
|
/hardware/interfaces/automotive/evs/1.0/default/ |
service.cpp | 32 using android::hardware::configureRpcThreadpool; 48 configureRpcThreadpool(1, true /* callerWillJoin */);
|
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
service.cpp | 28 using android::hardware::configureRpcThreadpool; 35 configureRpcThreadpool(1, true /*callerWillJoin*/);
|
/hardware/interfaces/drm/1.0/default/ |
service.cpp | 26 using android::hardware::configureRpcThreadpool; 40 configureRpcThreadpool(8, true /* callerWillJoin */);
|
/hardware/nxp/nfc/1.1/ |
NxpNfcService.cpp | 30 using android::hardware::configureRpcThreadpool; 42 configureRpcThreadpool(1, true /*callerWillJoin*/);
|
/hardware/nxp/secure_element/1.0/ |
NxpEseService.cpp | 30 using android::hardware::configureRpcThreadpool; 41 configureRpcThreadpool(1, true /*callerWillJoin*/);
|
/packages/services/Car/evs/sampleDriver/ |
service.cpp | 30 using android::hardware::configureRpcThreadpool; 46 configureRpcThreadpool(1, true /* callerWillJoin */);
|
/frameworks/av/camera/cameraserver/ |
main_cameraserver.cpp | 30 hardware::configureRpcThreadpool(3, /*willjoin*/ false);
|
/hardware/google/interfaces/pixelstats/1.0/default/ |
service.cpp | 29 ::android::hardware::configureRpcThreadpool(1, true /*willJoinThreadpool*/);
|
/hardware/interfaces/confirmationui/1.0/default/ |
service.cpp | 30 ::android::hardware::configureRpcThreadpool(1, true /*willJoinThreadpool*/);
|
/device/generic/goldfish/keymaster/strongbox/ |
service.cpp | 26 ::android::hardware::configureRpcThreadpool(1, true /* willJoinThreadpool */);
|
/hardware/interfaces/keymaster/4.0/default/ |
service.cpp | 27 ::android::hardware::configureRpcThreadpool(1, true /* willJoinThreadpool */);
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
Service.cpp | 30 android::hardware::configureRpcThreadpool(4, true /* will join */);
|
/device/google/marlin/vibrator/ |
service.cpp | 26 using android::hardware::configureRpcThreadpool; 56 configureRpcThreadpool(1, true);
|
/external/libese/esed/ |
esed.cpp | 35 using android::hardware::configureRpcThreadpool; 77 configureRpcThreadpool(1, thisThreadWillJoinPool);
|
/frameworks/base/services/core/jni/ |
com_android_server_SystemServer.cpp | 47 using ::android::hardware::configureRpcThreadpool; 51 configureRpcThreadpool(5, false /* callerWillJoin */);
|
/hardware/interfaces/wifi/1.2/default/ |
service.cpp | 27 using android::hardware::configureRpcThreadpool; 40 configureRpcThreadpool(1, true /* callerWillJoin */);
|
/packages/services/Car/evs/manager/ |
service.cpp | 29 using android::hardware::configureRpcThreadpool; 95 configureRpcThreadpool(1, true /* callerWillJoin */);
|
/system/hwservicemanager/ |
service.cpp | 30 using android::hardware::configureRpcThreadpool; 46 configureRpcThreadpool(1, true /* callerWillJoin */);
|