Searched refs:drmSupportInfoArray (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
D | DrmManagerClientImpl.cpp | 248 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 250 if ((NULL != drmSupportInfoArray) && (NULL != length)) { in getAllSupportInfo() 252 uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 197 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 199 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
D | DrmManager.cpp | 398 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 419 *drmSupportInfoArray = new DrmSupportInfo[validPlugins]; in getAllSupportInfo() 421 (*drmSupportInfoArray)[i] = drmSupportInfoList[i]; in getAllSupportInfo()
|
/frameworks/av/drm/libdrmframework/include/ |
D | IDrmManagerService.h | 140 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) = 0; 226 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManagerService.h | 99 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManagerClientImpl.h | 294 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManager.h | 112 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 331 DrmSupportInfo* drmSupportInfoArray = NULL; in android_drm_DrmManagerClient_getAllSupportInfo() local 334 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in android_drm_DrmManagerClient_getAllSupportInfo() 341 DrmSupportInfo info = drmSupportInfoArray[i]; in android_drm_DrmManagerClient_getAllSupportInfo() 370 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL; in android_drm_DrmManagerClient_getAllSupportInfo()
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 369 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
|
/frameworks/av/drm/common/ |
D | IDrmManagerService.cpp | 567 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 579 *drmSupportInfoArray = new DrmSupportInfo[arraySize]; in getAllSupportInfo() 595 (*drmSupportInfoArray)[index] = drmSupportInfo; in getAllSupportInfo() 1243 DrmSupportInfo* drmSupportInfoArray = NULL; in onTransact() local 1245 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in onTransact() 1249 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i]; in onTransact() 1265 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL; in onTransact()
|