/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 | NoOpDrmManagerClientImpl.cpp | 152 status_t NoOpDrmManagerClientImpl::getAllSupportInfo( in getAllSupportInfo() function in android::NoOpDrmManagerClientImpl
|
D | DrmManagerClientImpl.cpp | 249 status_t DrmManagerClientImpl::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerClientImpl 253 status = getDrmManagerService()->getAllSupportInfo( in getAllSupportInfo()
|
/frameworks/av/drm/common/include/ |
D | IDrmManagerService.h | 139 virtual status_t getAllSupportInfo( 226 virtual status_t getAllSupportInfo(
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
|
/frameworks/av/drm/libdrmframework/include/ |
D | NoOpDrmManagerClientImpl.h | 54 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManagerClientImpl.h | 295 …virtual status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray…
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 267 status_t DrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in DrmManagerService 270 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray); in getAllSupportInfo()
|
D | DrmManagerService.h | 117 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManager.h | 149 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
|
D | DrmManager.cpp | 531 status_t DrmManager::getAllSupportInfo( in getAllSupportInfo() function in DrmManager
|
/frameworks/av/drm/common/ |
D | IDrmManagerService.cpp | 570 status_t BpDrmManagerService::getAllSupportInfo( in getAllSupportInfo() function in BpDrmManagerService 1295 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in onTransact()
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 342 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray); in android_drm_DrmManagerClient_getAllSupportInfo()
|