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

/frameworks/av/drm/common/
H A DDrmEngineBase.cpp147 status_t DrmEngineBase::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:DrmEngineBase
H A DIDrmManagerService.cpp686 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:BpDrmManagerService
687 ALOGV("closeDecryptSession");
1399 const status_t status = closeDecryptSession(uniqueId, handle);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp492 status_t DrmManager::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:DrmManager
497 result = drmEngine->closeDecryptSession(uniqueId, decryptHandle);
H A DDrmManagerService.cpp44 "closeDecryptSession",
295 status_t DrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { function in class:DrmManagerService
296 ALOGV("Entering closeDecryptSession");
300 return mDrmManager->closeDecryptSession(uniqueId, 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 DDrmManagerClientImpl.cpp282 status_t DrmManagerClientImpl::closeDecryptSession( function in class:DrmManagerClientImpl
286 status = getDrmManagerService()->closeDecryptSession(
H A DNoOpDrmManagerClientImpl.cpp182 status_t NoOpDrmManagerClientImpl::closeDecryptSession( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/drm/libdrmframework/include/
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 DDrmManagerService.h127 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
H A DIDrmManagerService.h151 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) = 0;
238 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
H A DNoOpDrmManagerClientImpl.h61 status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h93 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
H A DIDrmEngine.h369 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) = 0;
/frameworks/av/include/drm/
H A DDrmManagerClient.h102 status_t closeDecryptSession(sp<DecryptHandle> &decryptHandle);
/frameworks/av/media/libstagefright/
H A DFileSource.cpp116 mDrmManagerClient->closeDecryptSession(mDecryptHandle);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp212 mDrmManagerClient->closeDecryptSession(mDecryptHandle);

Completed in 152 milliseconds