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

  /frameworks/base/drm/libdrmframework/include/
DrmManagerService.h 99 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
IDrmManagerService.h 139 virtual status_t getAllSupportInfo(
222 virtual status_t getAllSupportInfo(
DrmManager.h 112 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
DrmManagerClientImpl.h 294 status_t getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray);
  /frameworks/base/include/drm/
DrmManagerClient.h 367 status_t getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray);
  /frameworks/base/drm/drmserver/
DrmManagerService.cpp 204 status_t DrmManagerService::getAllSupportInfo(
206 LOGV("Entering getAllSupportInfo");
207 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
DrmManager.cpp 397 status_t DrmManager::getAllSupportInfo(
  /frameworks/base/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/base/drm/common/
IDrmManagerService.cpp 566 status_t BpDrmManagerService::getAllSupportInfo(
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 344 LOGV("GetAllSupportInfo - Enter");
348 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
385 LOGV("GetAllSupportInfo - Exit");

Completed in 205 milliseconds