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

  /frameworks/base/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/base/drm/drmserver/
DrmManagerService.cpp 204 status_t DrmManagerService::getAllSupportInfo(
206 LOGV("Entering getAllSupportInfo");
207 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
DrmManager.cpp 397 status_t DrmManager::getAllSupportInfo(
  /frameworks/base/drm/common/
IDrmManagerService.cpp 566 status_t BpDrmManagerService::getAllSupportInfo(
    [all...]

Completed in 823 milliseconds