OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decryptid
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/drm/drmserver/
DrmManager.cpp
278
if (mDecryptSessionMap.indexOfKey(decryptHandle->
decryptId
) != NAME_NOT_FOUND) {
279
IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->
decryptId
);
289
if (mDecryptSessionMap.indexOfKey(decryptHandle->
decryptId
) != NAME_NOT_FOUND) {
290
IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->
decryptId
);
413
handle->
decryptId
= mDecryptSessionId + 1;
441
handle->
decryptId
= mDecryptSessionId + 1;
470
handle->
decryptId
= mDecryptSessionId + 1;
495
if (mDecryptSessionMap.indexOfKey(decryptHandle->
decryptId
) != NAME_NOT_FOUND) {
496
IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->
decryptId
);
499
mDecryptSessionMap.removeItem(decryptHandle->
decryptId
);
[
all
...]
/frameworks/av/include/drm/
drm_framework_common.h
265
int
decryptId
;
313
decryptId
(INVALID_VALUE),
326
return (
decryptId
< handle.
decryptId
);
330
return (
decryptId
== handle.
decryptId
);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
486
(!decodeSessionMap.isCreated(decryptHandle->
decryptId
))) {
501
decodeSessionMap.addValue(decryptHandle->
decryptId
, decodeSession);
560
if (NULL != decryptHandle && decodeSessionMap.isCreated(decryptHandle->
decryptId
)) {
561
DecodeSession* session = decodeSessionMap.getValue(decryptHandle->
decryptId
);
565
decodeSessionMap.removeValue(decryptHandle->
decryptId
);
624
decodeSessionMap.isCreated(decryptHandle->
decryptId
) &&
627
DecodeSession* session = decodeSessionMap.getValue(decryptHandle->
decryptId
);
651
if (NULL != decryptHandle && decodeSessionMap.isCreated(decryptHandle->
decryptId
)) {
652
DecodeSession* session = decodeSessionMap.getValue(decryptHandle->
decryptId
);
680
(NULL != (decoderSession = decodeSessionMap.getValue(decryptHandle->
decryptId
))) &
[
all
...]
/frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h
468
* @param[in]
decryptId
Handle for the decryption session
483
* @param[in]
decryptId
Handle for the decryption session
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
408
* @param
decryptId
Handle for the decryption session
/frameworks/av/drm/common/
IDrmManagerService.cpp
43
data->writeInt32(handle->
decryptId
);
75
handle->
decryptId
= data.readInt32();
[
all
...]
Completed in 138 milliseconds