OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDecryptSessionId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/drm/drmserver/
DrmManager.cpp
43
mDecryptSessionId
(0),
436
handle->decryptId =
mDecryptSessionId
+ 1;
444
++
mDecryptSessionId
;
445
mDecryptSessionMap.add(
mDecryptSessionId
, &rDrmEngine);
463
handle->decryptId =
mDecryptSessionId
+ 1;
471
++
mDecryptSessionId
;
472
mDecryptSessionMap.add(
mDecryptSessionId
, &rDrmEngine);
/frameworks/base/drm/libdrmframework/include/
DrmManager.h
146
int
mDecryptSessionId
;
Completed in 160 milliseconds