Revert "Use aidl interface for Widevine service."
This reverts commit96a8ccd4a1. Reason for revert: Could break DeviceManifest/SingleManifestTest#ManifestAidlHalsServed Bug: 200055138 Bug: 170964303 Bug: 217241995 Change-Id: I9c42df15defec428c9ef8c62439c63d4a603fee6 (cherry picked from commita4d835af3a) Merged-In:I9c42df15defec428c9ef8c62439c63d4a603fee6
This commit is contained in:
committed by
Android Build Coastguard Worker
parent
6e50c60bf7
commit
860a48ff8c
@@ -4,10 +4,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <limits.h>
|
||||
#include <utils/Thread.h>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
@@ -287,7 +284,7 @@ class WvCdmExtendedDurationTest : public WvCdmTestBase {
|
||||
CdmAppParameterMap app_parameters;
|
||||
CdmKeyRequest key_request;
|
||||
const std::string init_data_type = "video/mp4";
|
||||
if (wvutil::g_cutoff >= wvutil::CDM_LOG_DEBUG) {
|
||||
if (wvutil::g_cutoff >= wvutil::LOG_DEBUG) {
|
||||
InitializationData parsed_init_data(init_data_type, init_data);
|
||||
parsed_init_data.DumpToLogs();
|
||||
}
|
||||
@@ -684,7 +681,7 @@ class WvCdmExtendedDurationTest : public WvCdmTestBase {
|
||||
EXPECT_TRUE(StringToInt64(query_info[key], playback_duration_remaining));
|
||||
}
|
||||
|
||||
uint32_t QueryStatus(RequestedSecurityLevel security_level, const std::string& key) {
|
||||
uint32_t QueryStatus(SecurityLevel security_level, const std::string& key) {
|
||||
std::string str;
|
||||
EXPECT_EQ(wvcdm::NO_ERROR,
|
||||
decryptor_->QueryStatus(security_level, key, &str));
|
||||
|
||||
Reference in New Issue
Block a user