OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecryptInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/drm/
drm_framework_common.h
246
class
DecryptInfo
{
298
DecryptInfo
*
decryptInfo
;
317
decryptInfo
(NULL) {
322
delete
decryptInfo
;
decryptInfo
= NULL;
/frameworks/av/drm/common/
IDrmManagerService.cpp
61
if (NULL != handle->
decryptInfo
) {
62
data->writeInt32(handle->
decryptInfo
->decryptBufferLength);
93
handle->
decryptInfo
= NULL;
96
handle->
decryptInfo
= new
DecryptInfo
();
97
handle->
decryptInfo
->decryptBufferLength = bufferLen;
105
if (handle->
decryptInfo
) {
106
delete handle->
decryptInfo
;
107
handle->
decryptInfo
= NULL;
[
all
...]
Completed in 73 milliseconds