Home
last modified time | relevance | path

Searched refs:kThreadCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hal/services/
Dvendor.cpp54 static constexpr int kThreadCount = 8; variable
180 ABinderProcess_setThreadPoolMaxThreadCount(kThreadCount); in runAidlService()
221 hardware::configureRpcThreadpool(kThreadCount, true /* callerWillJoin */); in runHidlService()
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp780 constexpr int kThreadCount = 64; in RegisterCodecServices() local
781 ABinderProcess_setThreadPoolMaxThreadCount(kThreadCount); in RegisterCodecServices()
783 ::android::hardware::configureRpcThreadpool(kThreadCount, false); in RegisterCodecServices()