Home
last modified time | relevance | path

Searched refs:getAllSupportInfo (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/drm/libdrmframework/
DDrmManagerClient.cpp115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() function in DrmManagerClient
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
DDrmManagerClientImpl.cpp247 status_t DrmManagerClientImpl::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerClientImpl
251 status = getDrmManagerService()->getAllSupportInfo( in getAllSupportInfo()
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp196 status_t DrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerService
199 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
DDrmManager.cpp387 status_t DrmManager::getAllSupportInfo( in getAllSupportInfo() function in DrmManager
/frameworks/av/drm/libdrmframework/include/
DIDrmManagerService.h140 virtual status_t getAllSupportInfo(
229 virtual status_t getAllSupportInfo(
DDrmManagerService.h99 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManagerClientImpl.h295 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManager.h112 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/av/include/drm/
DDrmManagerClient.h380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/av/drm/common/
DIDrmManagerService.cpp579 status_t BpDrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in BpDrmManagerService
1299 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in onTransact()
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp340 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in android_drm_DrmManagerClient_getAllSupportInfo()