HomeSort by relevance Sort by last modified time
    Searched defs:getAllSupportInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) {
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray);
DrmManagerClientImpl.cpp 247 status_t DrmManagerClientImpl::getAllSupportInfo(
251 status = getDrmManagerService()->getAllSupportInfo(
  /frameworks/av/drm/drmserver/
DrmManager.cpp 387 status_t DrmManager::getAllSupportInfo(
DrmManagerService.cpp 196 status_t DrmManagerService::getAllSupportInfo(
198 ALOGV("Entering getAllSupportInfo");
199 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
  /frameworks/av/drm/common/
IDrmManagerService.cpp 579 status_t BpDrmManagerService::getAllSupportInfo(
    [all...]

Completed in 32 milliseconds