Home
last modified time | relevance | path

Searched refs:getAllSupportInfo (Results 1 – 13 of 13) 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()
DNoOpDrmManagerClientImpl.cpp152 status_t NoOpDrmManagerClientImpl::getAllSupportInfo( in getAllSupportInfo() function in android::NoOpDrmManagerClientImpl
DDrmManagerClientImpl.cpp249 status_t DrmManagerClientImpl::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerClientImpl
253 status = getDrmManagerService()->getAllSupportInfo( in getAllSupportInfo()
/frameworks/av/drm/common/include/
DIDrmManagerService.h139 virtual status_t getAllSupportInfo(
226 virtual status_t getAllSupportInfo(
/frameworks/av/include/drm/
DDrmManagerClient.h380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/av/drm/libdrmframework/include/
DNoOpDrmManagerClientImpl.h54 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManagerClientImpl.h295 …virtual status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray…
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp267 status_t DrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerService
270 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
DDrmManagerService.h117 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManager.h149 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DDrmManager.cpp531 status_t DrmManager::getAllSupportInfo( in getAllSupportInfo() function in DrmManager
/frameworks/av/drm/common/
DIDrmManagerService.cpp570 status_t BpDrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in BpDrmManagerService
1295 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in onTransact()
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp342 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in android_drm_DrmManagerClient_getAllSupportInfo()