Update calls to IInterface::asBinder()

to use the new static version.

Change-Id: I89a5988a0ac694ffc04d88cf939e8455bf925d4c
This commit is contained in:
Marco Nelissen
2014-11-14 07:58:25 -08:00
parent e5a9eb6849
commit 06b46062d2
55 changed files with 143 additions and 147 deletions

View File

@@ -346,7 +346,7 @@ status_t DrmManagerClientImpl::notify(const DrmInfoEvent& event) {
DrmManagerClientImpl::DeathNotifier::~DeathNotifier() {
Mutex::Autolock lock(sMutex);
if (NULL != sDrmManagerService.get()) {
sDrmManagerService->asBinder()->unlinkToDeath(this);
IInterface::asBinder(sDrmManagerService)->unlinkToDeath(this);
}
}