Searched defs:getAllSupportInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) { function in class:DrmManagerClient
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray);
H A DDrmManagerClientImpl.cpp247 status_t DrmManagerClientImpl::getAllSupportInfo( function in class:DrmManagerClientImpl
251 status = getDrmManagerService()->getAllSupportInfo(
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp196 status_t DrmManagerService::getAllSupportInfo( function in class:DrmManagerService
198 ALOGV("Entering getAllSupportInfo");
199 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
H A DDrmManager.cpp397 status_t DrmManager::getAllSupportInfo( function in class:DrmManager
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp577 status_t BpDrmManagerService::getAllSupportInfo( function in class:BpDrmManagerService
1295 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);

Completed in 2518 milliseconds