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

  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 38 *pUniqueId = getDrmManagerService()->addUniqueId(isNative);
44 getDrmManagerService()->removeUniqueId(uniqueId);
47 const sp<IDrmManagerService>& DrmManagerClientImpl::getDrmManagerService() {
73 getDrmManagerService()->addClient(uniqueId);
77 getDrmManagerService()->removeClient(uniqueId);
85 return getDrmManagerService()->setDrmServiceListener(uniqueId,
94 getDrmManagerService()->getConstraints(uniqueId, path, action);
102 drmMetadata = getDrmManagerService()->getMetadata(uniqueId, path);
111 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType);
120 drmInfoStatus = getDrmManagerService()->processDrmInfo(uniqueId, drmInfo)
    [all...]
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 427 static const sp<IDrmManagerService>& getDrmManagerService();

Completed in 251 milliseconds