Searched refs:drmSupportInfoArray (Results 1 - 12 of 12) sorted by path

/frameworks/av/drm/common/
H A DIDrmManagerService.cpp571 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
583 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
599 (*drmSupportInfoArray)[index] = drmSupportInfo;
1293 DrmSupportInfo* drmSupportInfoArray = NULL; local
1295 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
1299 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i];
1315 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;
570 getAllSupportInfo( int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) argument
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp373 int /* uniqueId */, int* length, DrmSupportInfo** drmSupportInfoArray) {
394 *drmSupportInfoArray = new DrmSupportInfo[validPlugins];
396 (*drmSupportInfoArray)[i] = drmSupportInfoList[i];
372 getAllSupportInfo( int , int* length, DrmSupportInfo** drmSupportInfoArray) argument
H A DDrmManagerService.cpp260 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
262 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
259 getAllSupportInfo( int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) { argument
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray);
H A DDrmManagerClientImpl.cpp250 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
252 if ((NULL != drmSupportInfoArray) && (NULL != length)) {
254 uniqueId, length, drmSupportInfoArray);
249 getAllSupportInfo( int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) argument
/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h110 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DDrmManagerClientImpl.h289 * @param[out] length Number of elements in drmSupportInfoArray
290 * @param[out] drmSupportInfoArray Array contains all DrmSupportInfo
295 virtual status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DDrmManagerService.h116 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DIDrmManagerService.h139 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) = 0;
226 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DNoOpDrmManagerClientImpl.h54 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/av/include/drm/
H A DDrmManagerClient.h374 * @param[out] length Number of elements in drmSupportInfoArray
375 * @param[out] drmSupportInfoArray Array contains all DrmSupportInfo
380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp339 DrmSupportInfo* drmSupportInfoArray = NULL; local
342 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
349 DrmSupportInfo info = drmSupportInfoArray[i];
378 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;

Completed in 492 milliseconds