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

/frameworks/av/include/media/
H A DICrypto.h44 virtual ssize_t decrypt(
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.h45 virtual ssize_t decrypt(
H A DCrypto.cpp144 ssize_t Crypto::decrypt( function in class:android::Crypto
163 return mPlugin->decrypt(
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h62 // decode the data after decryption. The decrypt API below will have
75 virtual ssize_t decrypt(
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h115 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmManager.h127 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmManagerClientImpl.h298 * Open the decrypt session to decrypt the given protected content
312 * Open the decrypt session to decrypt the given protected content
324 * Open the decrypt session to decrypt the given protected content
327 * @param[in] buf Data to initiate decrypt session
336 * Close the decrypt session for the given handle
375 status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
H A DIDrmManagerService.h158 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
247 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
/frameworks/av/include/drm/
H A DDrmManagerClient.h64 * Open the decrypt session to decrypt the given protected content
76 * Open the decrypt session to decrypt the given protected content
86 * Open the decrypt session to decrypt the given protected content
88 * @param[in] buf Data to initiate decrypt session
96 * Close the decrypt session for the given handle
159 status_t decrypt(
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp148 status_t DrmManagerClient::decrypt( function in class:DrmManagerClient
151 return mDrmManagerClientImpl->decrypt(
H A DDrmManagerClientImpl.cpp301 status_t DrmManagerClientImpl::decrypt( function in class:DrmManagerClientImpl
308 status = getDrmManagerService()->decrypt(
/frameworks/av/media/libmedia/
H A DICrypto.cpp94 virtual ssize_t decrypt( function in struct:android::BpCrypto
258 ssize_t result = decrypt(
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h317 * Open the decrypt session to decrypt the given protected content
334 * Open the decrypt session to decrypt the given protected content
349 * Open the decrypt session to decrypt the given protected content
353 * @param[in] buf Data to initiate decrypt session
362 * Close the decrypt session for the given handle
401 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmEngineBase.h98 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
373 * Open the decrypt session to decrypt the given protected content
388 * Open the decrypt session to decrypt the given protected content
409 * Open the decrypt session to decrypt the given protected content
422 * Open the decrypt session to decrypt the given protected content
440 * Open the decrypt sessio
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp275 char decrypt[PROPERTY_VALUE_MAX]; local
276 property_get("vold.decrypt", decrypt, "");
278 bool encryptedAnimation = atoi(decrypt) != 0 || !strcmp("trigger_restart_min_framework", decrypt);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp249 status_t DrmManagerService::decrypt( function in class:DrmManagerService
252 ALOGV("Entering decrypt");
256 return mDrmManager->decrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
H A DDrmManager.cpp541 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, function in class:DrmManager
548 result = drmEngine->decrypt(
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp156 status_t DrmEngineBase::decrypt( function in class:DrmEngineBase
H A DIDrmManagerService.cpp727 status_t BpDrmManagerService::decrypt( function in class:BpDrmManagerService
730 ALOGV("decrypt");
752 ALOGV("Return value of decrypt() is %d", status);
1458 = decrypt(uniqueId, &handle, decryptUnitId, encBuffer, &decBuffer, IV);
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp143 if ((err = mDrmManagerClient->decrypt(mDecryptHandle, mTrackId,
H A DMediaCodec.cpp1390 ssize_t result = mCrypto->decrypt(

Completed in 1574 milliseconds