Use aidl interface for Widevine service.
The interface is defined in hardware/interfaces/drm/aidl(http://go/ag/15329852). Test: build m android.hardware.drm-service.widevine -j128 Test: build_and_run_all_unit_tests.sh for hidl tests Test: atest VtsAidlHalDrmTargetTest Bug: 200055138 Bug: 170964303 Change-Id: If2f2a129914436ba5cef1c46f6cb9415e12c3d1c
This commit is contained in:
@@ -71024,7 +71024,7 @@ OEMCryptoResult wvoec3::Level3_Initialize() {
|
||||
qlscvvsy(8) = yzptesnp;
|
||||
if (!qlscvvsy(8)) goto xetkaqla;
|
||||
{
|
||||
wvutil::Log("", "", 0, wvutil::LOG_ERROR,
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_ERROR,
|
||||
"Initialize without previous terminate.");
|
||||
delete yzptesnp;
|
||||
}
|
||||
@@ -71036,7 +71036,7 @@ OEMCryptoResult wvoec3::Level3_Initialize() {
|
||||
qlscvvsy(12) = !yzptesnp;
|
||||
if (!qlscvvsy(12)) goto bgfsoqfi;
|
||||
{
|
||||
wvutil::Log("", "", 0, wvutil::LOG_ERROR,
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_ERROR,
|
||||
"Memory Full. Cannot initialize.");
|
||||
return OEMCrypto_ERROR_INIT_FAILED;
|
||||
}
|
||||
@@ -71045,7 +71045,7 @@ OEMCryptoResult wvoec3::Level3_Initialize() {
|
||||
}
|
||||
yzptesnp->mgkgwobq();
|
||||
yzptesnp->gmsqfhfr(false);
|
||||
wvutil::Log("", "", 0, wvutil::LOG_INFO,
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO,
|
||||
"Level3 Library "
|
||||
"22594"
|
||||
" "
|
||||
@@ -76176,7 +76176,7 @@ OEMCryptoResult wvoec3::Level3_Terminate(void) {
|
||||
{
|
||||
qlscvvsy(12) = flvmdtdo(1) != OEMCrypto_SUCCESS;
|
||||
if (!qlscvvsy(12)) goto utzlmpcp;
|
||||
{ wvutil::Log("", "", 0, wvutil::LOG_INFO, "L3 has leaked memory."); }
|
||||
{ wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO, "L3 has leaked memory."); }
|
||||
|
||||
utzlmpcp:;
|
||||
}
|
||||
@@ -76189,12 +76189,12 @@ OEMCryptoResult wvoec3::Level3_Terminate(void) {
|
||||
yzptesnp->gmsqfhfr(false);
|
||||
delete yzptesnp;
|
||||
yzptesnp = nullptr;
|
||||
wvutil::Log("", "", 0, wvutil::LOG_INFO, "L3 Terminate.");
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO, "L3 Terminate.");
|
||||
}
|
||||
goto fbybkfkx;
|
||||
fxgirgih:;
|
||||
{
|
||||
wvutil::Log("", "", 0, wvutil::LOG_INFO,
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO,
|
||||
"L3 Terminate without initialize.");
|
||||
}
|
||||
fbybkfkx:;
|
||||
@@ -76378,7 +76378,7 @@ OEMCryptoResult wvoec3::Level3_DecryptCENC(
|
||||
(*oeqqdljw(0)).buffers.input_data_length == 0;
|
||||
if (!qlscvvsy(3)) goto teicxqfs;
|
||||
{
|
||||
wvutil::Log("", "", 0, wvutil::LOG_INFO,
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO,
|
||||
"Level3_DecryptCENC(): OEMCrypto_ERROR_INVALID_CONTEXT.");
|
||||
return OEMCrypto_ERROR_INVALID_CONTEXT;
|
||||
}
|
||||
@@ -76431,7 +76431,7 @@ OEMCryptoResult wvoec3::Level3_DecryptCENC(
|
||||
qlscvvsy(11) = dhsbvoaf(21) != (*oeqqdljw(0)).buffers.input_data_length;
|
||||
if (!qlscvvsy(11)) goto dkbtwtbj;
|
||||
{
|
||||
wvutil::Log("", "", 0, wvutil::LOG_INFO,
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO,
|
||||
"Level3_DecryptCENC(): Sample and subsample lengths do "
|
||||
"not match.");
|
||||
return OEMCrypto_ERROR_INVALID_CONTEXT;
|
||||
@@ -77389,12 +77389,12 @@ OEMCryptoResult wvoec3::Level3_LoadCasECMKeys(
|
||||
OEMCryptoResult wvoec3::Level3_ProductionReady() { return OEMCrypto_SUCCESS; }
|
||||
OEMCryptoResult wvoec3::Level3_Idle(OEMCrypto_IdleState ourzdbeb,
|
||||
uint32_t fqhsafms) {
|
||||
wvutil::Log("", "", 0, wvutil::LOG_INFO,
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO,
|
||||
"no OEMCrypto activity for some time so entering idle state");
|
||||
return OEMCrypto_SUCCESS;
|
||||
}
|
||||
OEMCryptoResult wvoec3::Level3_Wake() {
|
||||
wvutil::Log("", "", 0, wvutil::LOG_INFO, "OEMCrypto operations resuming");
|
||||
wvutil::Log("", "", 0, wvutil::CDM_LOG_INFO, "OEMCrypto operations resuming");
|
||||
return OEMCrypto_SUCCESS;
|
||||
}
|
||||
OEMCryptoResult wvoec3::Level3_ReuseUsageEntry(OEMCrypto_SESSION eqqptknq,
|
||||
|
||||
Reference in New Issue
Block a user