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

  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 99 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
IDrmManagerService.h 140 virtual status_t getAllSupportInfo(
229 virtual status_t getAllSupportInfo(
DrmManager.h 112 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DrmManagerClientImpl.h 295 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/libdrmframework/
DrmManagerClient.cpp 115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) {
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray);
DrmManagerClientImpl.cpp 247 status_t DrmManagerClientImpl::getAllSupportInfo(
251 status = getDrmManagerService()->getAllSupportInfo(
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 196 status_t DrmManagerService::getAllSupportInfo(
198 ALOGV("Entering getAllSupportInfo");
199 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
DrmManager.cpp 387 status_t DrmManager::getAllSupportInfo(
  /frameworks/av/drm/common/
IDrmManagerService.cpp 579 status_t BpDrmManagerService::getAllSupportInfo(
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 336 ALOGV("GetAllSupportInfo - Enter");
340 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
377 ALOGV("GetAllSupportInfo - Exit");

Completed in 224 milliseconds