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

  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 115 status_t DrmManagerClient::getAllSupportInfo(int* length, DrmSupportInfo** drmSupportInfoArray) {
116 return mDrmManagerClientImpl->getAllSupportInfo(mUniqueId, length, drmSupportInfoArray);
NoOpDrmManagerClientImpl.cpp 106 status_t NoOpDrmManagerClientImpl::getAllSupportInfo(int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
DrmManagerClientImpl.cpp 249 status_t DrmManagerClientImpl::getAllSupportInfo(
253 status = getDrmManagerService()->getAllSupportInfo(
  /frameworks/av/drm/drmserver/
DrmManager.cpp 372 status_t DrmManager::getAllSupportInfo(
DrmManagerService.cpp 260 status_t DrmManagerService::getAllSupportInfo(
262 ALOGV("Entering getAllSupportInfo");
263 return mDrmManager->getAllSupportInfo(uniqueId, length, drmSupportInfoArray);
  /frameworks/av/drm/common/
IDrmManagerService.cpp 568 status_t BpDrmManagerService::getAllSupportInfo(
    [all...]

Completed in 1248 milliseconds