Searched refs:closeDecryptSession (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h108 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
H A DNoOpDrmManagerClientImpl.h61 status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
H A DDrmManager.h120 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
H A DDrmManagerClientImpl.h343 virtual status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
H A DIDrmManagerService.h151 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) = 0;
238 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
/frameworks/av/include/drm/
H A DDrmManagerClient.h102 status_t closeDecryptSession(sp<DecryptHandle> &decryptHandle);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp138 status_t DrmManagerClient::closeDecryptSession(sp<DecryptHandle> &decryptHandle) { function in class:DrmManagerClient
139 return mDrmManagerClientImpl->closeDecryptSession(mUniqueId, decryptHandle);
H A DNoOpDrmManagerClientImpl.cpp125 status_t NoOpDrmManagerClientImpl::closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle) { function in class:android::NoOpDrmManagerClientImpl
H A DDrmManagerClientImpl.cpp282 status_t DrmManagerClientImpl::closeDecryptSession( function in class:DrmManagerClientImpl
286 status = getDrmManagerService()->closeDecryptSession(
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h369 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) = 0;
H A DDrmEngineBase.h93 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
/frameworks/av/media/libstagefright/
H A DFileSource.cpp73 mDrmManagerClient->closeDecryptSession(mDecryptHandle);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp200 mDrmManagerClient->closeDecryptSession(mDecryptHandle);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp238 status_t DrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:DrmManagerService
239 ALOGV("Entering closeDecryptSession");
243 return mDrmManager->closeDecryptSession(uniqueId, decryptHandle);
H A DDrmManager.cpp492 status_t DrmManager::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:DrmManager
497 result = drmEngine->closeDecryptSession(uniqueId, decryptHandle);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp147 status_t DrmEngineBase::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:DrmEngineBase
H A DIDrmManagerService.cpp683 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:BpDrmManagerService
684 ALOGV("closeDecryptSession");
1378 const status_t status = closeDecryptSession(uniqueId, handle);

Completed in 77 milliseconds