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

/frameworks/base/drm/libdrmframework/include/
H A DDrmManagerService.h99 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DDrmManager.h112 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DDrmManagerClientImpl.h294 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DIDrmManagerService.h139 virtual status_t getAllSupportInfo(
222 virtual status_t getAllSupportInfo(
/frameworks/base/include/drm/
H A DDrmManagerClient.h367 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/base/drm/drmserver/
H A DDrmManagerService.cpp204 status_t DrmManagerService::getAllSupportInfo( function in class:DrmManagerService
206 LOGV("Entering getAllSupportInfo");
207 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
H A DDrmManager.cpp397 status_t DrmManager::getAllSupportInfo( function in class:DrmManager
/frameworks/base/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.cpp247 status_t DrmManagerClientImpl::getAllSupportInfo( function in class:DrmManagerClientImpl
251 status = getDrmManagerService()->getAllSupportInfo(
/frameworks/base/drm/common/
H A DIDrmManagerService.cpp566 status_t BpDrmManagerService::getAllSupportInfo( function in class:BpDrmManagerService
1233 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp348 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);

Completed in 207 milliseconds