Searched refs:drmSupportInfoArray (Results 1 – 12 of 12) 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 | 250 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 252 if ((NULL != drmSupportInfoArray) && (NULL != length)) { in getAllSupportInfo() 254 uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
/frameworks/av/drm/libdrmframework/include/ |
D | IDrmManagerService.h | 139 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) = 0; 226 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | NoOpDrmManagerClientImpl.h | 54 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManagerService.h | 116 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManagerClientImpl.h | 295 …irtual status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManager.h | 110 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 260 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 262 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
D | DrmManager.cpp | 373 int /* uniqueId */, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 394 *drmSupportInfoArray = new DrmSupportInfo[validPlugins]; in getAllSupportInfo() 396 (*drmSupportInfoArray)[i] = drmSupportInfoList[i]; in getAllSupportInfo()
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 339 DrmSupportInfo* drmSupportInfoArray = NULL; in android_drm_DrmManagerClient_getAllSupportInfo() local 342 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in android_drm_DrmManagerClient_getAllSupportInfo() 349 DrmSupportInfo info = drmSupportInfoArray[i]; in android_drm_DrmManagerClient_getAllSupportInfo() 378 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL; in android_drm_DrmManagerClient_getAllSupportInfo()
|
/frameworks/av/drm/common/ |
D | IDrmManagerService.cpp | 571 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument 583 *drmSupportInfoArray = new DrmSupportInfo[arraySize]; in getAllSupportInfo() 599 (*drmSupportInfoArray)[index] = drmSupportInfo; in getAllSupportInfo() 1293 DrmSupportInfo* drmSupportInfoArray = NULL; in onTransact() local 1295 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in onTransact() 1299 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i]; in onTransact() 1315 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL; in onTransact()
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
|