Searched refs:configureRpcThreadpool (Results 1 – 19 of 19) sorted by relevance
/frameworks/native/services/automotive/display/ |
D | main_automotivedisplayproxy.cpp | 27 using android::hardware::configureRpcThreadpool; 45 configureRpcThreadpool(1, true /* callerWillJoin */); in main()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | service.cpp | 24 using ::android::hardware::configureRpcThreadpool; 37 configureRpcThreadpool(8, true /* callerWillJoin */); in main()
|
D | serviceLazy.cpp | 24 using ::android::hardware::configureRpcThreadpool; 38 configureRpcThreadpool(8, true /* callerWillJoin */); in main()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_SystemServer.cpp | 66 using ::android::hardware::configureRpcThreadpool; in android_server_SystemServer_startHidlServices() 70 configureRpcThreadpool(5, false /* callerWillJoin */); in android_server_SystemServer_startHidlServices()
|
/frameworks/av/services/mediacodec/ |
D | main_swcodecservice.cpp | 43 ::android::hardware::configureRpcThreadpool(64, false); in main()
|
D | main_codecservice.cpp | 49 ::android::hardware::configureRpcThreadpool(64, false); in main()
|
/frameworks/av/camera/cameraserver/ |
D | main_cameraserver.cpp | 31 hardware::configureRpcThreadpool(5, /*willjoin*/ false); in main()
|
/frameworks/av/media/mediaserver/ |
D | main_mediaserver.cpp | 46 ::android::hardware::configureRpcThreadpool(16, false); in main()
|
/frameworks/base/core/java/android/os/ |
D | HwBinder.java | 106 public static native final void configureRpcThreadpool( in configureRpcThreadpool() method in HwBinder
|
/frameworks/av/media/bufferpool/2.0/tests/ |
D | multi.cpp | 37 using android::hardware::configureRpcThreadpool; 138 configureRpcThreadpool(1, false); in doReceiver()
|
/frameworks/av/media/bufferpool/1.0/vts/ |
D | multi.cpp | 37 using android::hardware::configureRpcThreadpool; 138 configureRpcThreadpool(1, false); in doReceiver()
|
/frameworks/native/services/surfaceflinger/ |
D | main_surfaceflinger.cpp | 83 hardware::configureRpcThreadpool(1 /* maxThreads */, in main()
|
/frameworks/av/media/audioserver/ |
D | main_audioserver.cpp | 134 android::hardware::configureRpcThreadpool(4, false /*callerWillJoin*/); in main()
|
/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 158 hardware::configureRpcThreadpool(8, true /* callerWillJoin */); in main()
|
/frameworks/native/libs/binderthreadstate/ |
D | test.cpp | 169 android::hardware::configureRpcThreadpool(1, true /*callerWillJoin*/); in server()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 304 android::hardware::configureRpcThreadpool(4, true); in run()
|
/frameworks/base/api/ |
D | test-current.txt | 2566 method public static final void configureRpcThreadpool(long, boolean);
|
D | system-current.txt | 8145 method public static final void configureRpcThreadpool(long, boolean);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 7065 method public static final void configureRpcThreadpool(long, boolean);
|