Merge "Enable multi-threaded binder for specific devices" into vic-widevine-dev

This commit is contained in:
Treehugger Robot
2025-05-12 11:31:45 -07:00
committed by Android (Google) Code Review
5 changed files with 106 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ inline ::ndk::ScopedAStatus toNdkScopedAStatus(
return toNdkScopedAStatus(::wvdrm::WvStatus(status), msg);
}
bool checkIfEnableMultiThreadBinder();
} // namespace wvdrm
#endif // WV_UTILS_H_