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

  /frameworks/av/drm/libdrmframework/
NoOpDrmManagerClientImpl.cpp 152 status_t NoOpDrmManagerClientImpl::getAllSupportInfo(
DrmManagerClient.cpp 115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) {
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray);
DrmManagerClientImpl.cpp 249 status_t DrmManagerClientImpl::getAllSupportInfo(
253 status = getDrmManagerService()->getAllSupportInfo(
  /frameworks/av/drm/libdrmframework/include/
NoOpDrmManagerClientImpl.h 54 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DrmManagerClientImpl.h 295 virtual status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
  /frameworks/av/include/drm/
DrmManagerClient.h 380 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
  /frameworks/av/drm/common/include/
IDrmManagerService.h 138 virtual status_t getAllSupportInfo(
225 virtual status_t getAllSupportInfo(
  /frameworks/av/drm/drmserver/
DrmManager.h 110 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DrmManagerService.h 116 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DrmManagerService.cpp 259 status_t DrmManagerService::getAllSupportInfo(
261 ALOGV("Entering getAllSupportInfo");
262 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
DrmManager.cpp 367 status_t DrmManager::getAllSupportInfo(
  /frameworks/av/drm/common/
IDrmManagerService.cpp 570 status_t BpDrmManagerService::getAllSupportInfo(
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 338 ALOGV("GetAllSupportInfo - Enter");
342 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
379 ALOGV("GetAllSupportInfo - Exit");

Completed in 102 milliseconds