HomeSort by relevance Sort by last modified time
    Searched refs:configureRpcThreadpool (Results 51 - 75 of 83) sorted by null

1 23 4

  /hardware/interfaces/automotive/vehicle/2.0/default/
VehicleService.cpp 36 configureRpcThreadpool(4, true /* callerWillJoin */);
  /hardware/interfaces/graphics/composer/2.2/default/
service.cpp 40 android::hardware::configureRpcThreadpool(4, true /* will join */);
  /hardware/interfaces/tests/multithread/1.0/default/
Multithread.cpp 22 LOG(INFO) << "SERVER(Multithread) call configureRpcThreadpool("
24 ::android::hardware::configureRpcThreadpool(maxThreads, /*willjoin*/ false);
  /system/libhidl/transport/
HidlTransportSupport.cpp 24 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin) {
  /frameworks/native/services/thermalservice/
thermalserviced.cpp 34 using ::android::hardware::configureRpcThreadpool;
104 configureRpcThreadpool(2, false /* callerWillJoin */);
  /packages/services/Car/evs/app/
evs_app.cpp 37 using android::hardware::configureRpcThreadpool;
109 configureRpcThreadpool(1, false /* callerWillJoin */);
  /external/wpa_supplicant_8/hostapd/hidl/1.0/
hidl.cpp 23 using android::hardware::configureRpcThreadpool;
  /frameworks/av/services/mediacodec/
main_codecservice.cpp 49 ::android::hardware::configureRpcThreadpool(64, false);
  /frameworks/base/core/java/android/os/
HwBinder.java 118 public static native final void configureRpcThreadpool(
  /hardware/interfaces/audio/common/all-versions/default/service/
service.cpp 37 configureRpcThreadpool(16, true /*callerWillJoin*/);
  /system/libhidl/transport/include/hidl/
LegacySupport.h 69 configureRpcThreadpool(maxThreads, true);
HidlTransportSupport.h 41 * configureRpcThreadPool(5, false);
43 * configureRpcThreadPool(1, true); // transport won't launch any threads by itself
46 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin);
49 * configureRpcThreadPool(x, true);
  /external/nos/host/android/hals/keymaster/citadel/
service.cpp 38 using ::android::hardware::configureRpcThreadpool;
141 configureRpcThreadpool(1, thisThreadWillJoinPool);
  /hardware/interfaces/wifi/hostapd/1.0/vts/functional/
hostapd_hidl_test_utils.cpp 31 using ::android::hardware::configureRpcThreadpool;
83 configureRpcThreadpool(2, false);
  /system/libhidl/adapter/
HidlBinderAdapter.cpp 79 using android::hardware::configureRpcThreadpool;
113 configureRpcThreadpool(threadNumber, false /* callerWillJoin */);
  /system/netd/server/
NetdHwService.cpp 26 using android::hardware::configureRpcThreadpool;
62 configureRpcThreadpool(1, false /* callerWillNotJoin */);
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 74 hardware::configureRpcThreadpool(1 /* maxThreads */,
  /hardware/interfaces/health/2.0/utils/libhealthservice/
HealthServiceCommon.cpp 28 using android::hardware::configureRpcThreadpool;
  /frameworks/av/media/audioserver/
main_audioserver.cpp 135 android::hardware::configureRpcThreadpool(4, false /*callerWillJoin*/);
  /hardware/google/av/codec2/hidl/services/
vendor.cpp 119 android::hardware::configureRpcThreadpool(8, true /* callerWillJoin */);
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
HAL.h 48 using ::android::hardware::configureRpcThreadpool;
  /device/google/wahoo/vibrator/
service.cpp 26 using android::hardware::configureRpcThreadpool;
200 configureRpcThreadpool(1, true);
  /frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
lowpan_hdlc_adapter.cpp 41 using ::android::hardware::configureRpcThreadpool;
291 configureRpcThreadpool(1, true /* callerWillJoin */);
  /hardware/google/av/codec2/vndk/bufferpool/vts/
multi.cpp 42 using android::hardware::configureRpcThreadpool;
147 configureRpcThreadpool(1, false);
  /system/security/keystore/
keystore_main.cpp 47 using ::android::hardware::configureRpcThreadpool;
170 configureRpcThreadpool(1, false /* callerWillJoin */);

Completed in 1587 milliseconds

1 23 4