Searched refs:decrypt (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/drm/libdrmframework/include/
H A DDrmManagerService.h110 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmManager.h123 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmManagerClientImpl.h297 * Open the decrypt session to decrypt the given protected content
309 * Open the decrypt session to decrypt the given protected content
319 * Close the decrypt session for the given handle
358 status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
H A DIDrmManagerService.h151 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
234 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
/frameworks/base/include/drm/
H A DDrmManagerClient.h64 * Open the decrypt session to decrypt the given protected content
75 * Open the decrypt session to decrypt the given protected content
84 * Close the decrypt session for the given handle
147 status_t decrypt(
/frameworks/base/drm/drmserver/
H A DDrmManagerService.cpp241 status_t DrmManagerService::decrypt( function in class:DrmManagerService
244 LOGV("Entering decrypt");
245 return mDrmManager->decrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
H A DDrmManager.cpp508 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, function in class:DrmManager
515 result = drmEngine->decrypt(
/frameworks/base/drm/libdrmframework/
H A DDrmManagerClient.cpp137 status_t DrmManagerClient::decrypt( function in class:DrmManagerClient
140 return mDrmManagerClientImpl->decrypt(
H A DDrmManagerClientImpl.cpp292 status_t DrmManagerClientImpl::decrypt( function in class:DrmManagerClientImpl
299 status = getDrmManagerService()->decrypt(
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp267 char decrypt[PROPERTY_VALUE_MAX]; local
268 property_get("vold.decrypt", decrypt, "");
270 bool encryptedAnimation = atoi(decrypt) != 0 || !strcmp("trigger_restart_min_framework", decrypt);
/frameworks/base/drm/common/
H A DDrmEngineBase.cpp141 status_t DrmEngineBase::decrypt( function in class:DrmEngineBase
H A DIDrmManagerService.cpp677 status_t BpDrmManagerService::decrypt( function in class:BpDrmManagerService
680 LOGV("decrypt");
702 LOGV("Return value of decrypt() is %d", status);
1369 = decrypt(uniqueId, &handle, decryptUnitId, encBuffer, &decBuffer, IV);
/frameworks/base/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h316 * Open the decrypt session to decrypt the given protected content
330 * Open the decrypt session to decrypt the given protected content
342 * Close the decrypt session for the given handle
381 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmEngineBase.h93 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
367 * Open the decrypt session to decrypt the given protected content
381 * Open the decrypt session to decrypt the given protected content
393 * Close the decrypt session for the given handle
/frameworks/base/media/libstagefright/
H A DDRMExtractor.cpp148 if ((err = mDrmManagerClient->decrypt(mDecryptHandle, mTrackId,

Completed in 282 milliseconds