Searched refs:getAllSupportInfo (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) { in getAllSupportInfo() function in DrmManagerClient 116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
D | DrmManagerClientImpl.cpp | 247 status_t DrmManagerClientImpl::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerClientImpl 251 status = getDrmManagerService()->getAllSupportInfo( in getAllSupportInfo()
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 196 status_t DrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerService 199 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
D | DrmManager.cpp | 387 status_t DrmManager::getAllSupportInfo( in getAllSupportInfo() function in DrmManager
|
/frameworks/av/drm/libdrmframework/include/ |
D | IDrmManagerService.h | 140 virtual status_t getAllSupportInfo( 229 virtual status_t getAllSupportInfo(
|
D | DrmManagerService.h | 99 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManagerClientImpl.h | 295 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManager.h | 112 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
|
/frameworks/av/drm/common/ |
D | IDrmManagerService.cpp | 579 status_t BpDrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in BpDrmManagerService 1299 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in onTransact()
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 340 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in android_drm_DrmManagerClient_getAllSupportInfo()
|