HomeSort by relevance Sort by last modified time
    Searched refs:drmSupportInfoArray (Results 1 - 11 of 11) sorted by null

  /frameworks/base/drm/libdrmframework/include/
DrmManagerService.h 99 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
IDrmManagerService.h 140 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) = 0;
223 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DrmManager.h 112 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DrmManagerClientImpl.h 288 * @param[out] length Number of elements in drmSupportInfoArray
289 * @param[out] drmSupportInfoArray Array contains all DrmSupportInfo
294 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
  /frameworks/base/include/drm/
DrmManagerClient.h 361 * @param[out] length Number of elements in drmSupportInfoArray
362 * @param[out] drmSupportInfoArray Array contains all DrmSupportInfo
367 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
  /frameworks/base/drm/drmserver/
DrmManagerService.cpp 205 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
207 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
DrmManager.cpp 398 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
419 *drmSupportInfoArray = new DrmSupportInfo[validPlugins];
421 (*drmSupportInfoArray)[i] = drmSupportInfoList[i];
  /frameworks/base/drm/libdrmframework/
DrmManagerClient.cpp 115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) {
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray);