OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drmSupportInfoArray
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/common/
IDrmManagerService.cpp
568
int uniqueId, int* length, DrmSupportInfo**
drmSupportInfoArray
) {
580
*
drmSupportInfoArray
= new DrmSupportInfo[arraySize];
596
(*
drmSupportInfoArray
)[index] = drmSupportInfo;
[
all
...]
/frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp
337
DrmSupportInfo*
drmSupportInfoArray
= NULL;
340
getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &
drmSupportInfoArray
);
347
DrmSupportInfo info =
drmSupportInfoArray
[i];
376
delete []
drmSupportInfoArray
;
drmSupportInfoArray
= NULL;
Completed in 759 milliseconds