Searched defs:getAllSupportInfo (Results 1 - 6 of 6) sorted by path

/frameworks/av/drm/common/
H A DIDrmManagerService.cpp567 status_t BpDrmManagerService::getAllSupportInfo( function in class:BpDrmManagerService
1274 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp372 status_t DrmManager::getAllSupportInfo( function in class:DrmManager
H A DDrmManagerService.cpp202 status_t DrmManagerService::getAllSupportInfo( function in class:DrmManagerService
204 ALOGV("Entering getAllSupportInfo");
205 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
/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.cpp249 status_t DrmManagerClientImpl::getAllSupportInfo( function in class:DrmManagerClientImpl
253 status = getDrmManagerService()->getAllSupportInfo(
H A DNoOpDrmManagerClientImpl.cpp106 status_t NoOpDrmManagerClientImpl::getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) { function in class:android::NoOpDrmManagerClientImpl

Completed in 78 milliseconds