Searched refs:getAllSupportInfo (Results 1 - 13 of 13) sorted by last modified time

/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp342 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
/frameworks/av/include/drm/
H A DDrmManagerClient.h380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp570 status_t BpDrmManagerService::getAllSupportInfo( function in class:BpDrmManagerService
1295 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp372 status_t DrmManager::getAllSupportInfo( function in class:DrmManager
H A DDrmManagerService.cpp259 status_t DrmManagerService::getAllSupportInfo( function in class:DrmManagerService
261 ALOGV("Entering getAllSupportInfo");
262 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
/frameworks/av/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.cpp249 status_t DrmManagerClientImpl::getAllSupportInfo( function in class:DrmManagerClientImpl
253 status = getDrmManagerService()->getAllSupportInfo(
H A DNoOpDrmManagerClientImpl.cpp152 status_t NoOpDrmManagerClientImpl::getAllSupportInfo( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h110 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DDrmManagerClientImpl.h295 virtual status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DDrmManagerService.h116 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
H A DIDrmManagerService.h138 virtual status_t getAllSupportInfo(
225 virtual status_t getAllSupportInfo(
H A DNoOpDrmManagerClientImpl.h54 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);

Completed in 157 milliseconds