Home
last modified time | relevance | path

Searched refs:drmSupportInfoArray (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/drm/libdrmframework/
DDrmManagerClient.cpp115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
DDrmManagerClientImpl.cpp250 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/
DIDrmManagerService.h139 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) = 0;
226 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DNoOpDrmManagerClientImpl.h54 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManagerService.h116 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManagerClientImpl.h295 …irtual status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManager.h110 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp260 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() argument
262 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
DDrmManager.cpp373 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/
Dandroid_drm_DrmManagerClient.cpp339 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/
DIDrmManagerService.cpp571 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/
DDrmManagerClient.h380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);