Merge "Increase the size of threadpool to 16 in hal layer"
This commit is contained in:
commit
c95b4df597
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
using ::aidl::android::hardware::tv::tuner::Tuner;
|
using ::aidl::android::hardware::tv::tuner::Tuner;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
ABinderProcess_setThreadPoolMaxThreadCount(8);
|
ABinderProcess_setThreadPoolMaxThreadCount(16);
|
||||||
std::shared_ptr<Tuner> tuner = ndk::SharedRefBase::make<Tuner>();
|
std::shared_ptr<Tuner> tuner = ndk::SharedRefBase::make<Tuner>();
|
||||||
tuner->init();
|
tuner->init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue