Searched refs:getConstraints (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h60 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DNoOpDrmManagerClientImpl.h33 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManager.h73 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManagerClientImpl.h86 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DIDrmManagerService.h96 virtual DrmConstraints* getConstraints(
186 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
/frameworks/av/include/drm/
H A DDrmManagerClient.h223 DrmConstraints* getConstraints(const String8* path, const int action);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp42 DrmConstraints* DrmManagerClient::getConstraints(const String8* path, const int action) { function in class:DrmManagerClient
43 return mDrmManagerClientImpl->getConstraints(mUniqueId, path, action);
H A DNoOpDrmManagerClientImpl.cpp35 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints(int uniqueId, const String8* path, const int action) { function in class:android::NoOpDrmManagerClientImpl
H A DDrmManagerClientImpl.cpp100 DrmConstraints* DrmManagerClientImpl::getConstraints( function in class:DrmManagerClientImpl
105 getDrmManagerService()->getConstraints(uniqueId, path, action);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h104 virtual DrmConstraints* getConstraints(
H A DDrmEngineBase.h37 DrmConstraints* getConstraints(int uniqueId, const String8* path, int action);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp101 DrmConstraints* DrmManagerService::getConstraints( function in class:DrmManagerService
103 ALOGV("Entering getConstraints from content");
104 return mDrmManager->getConstraints(uniqueId, path, action);
H A DDrmManager.cpp158 DrmConstraints* DrmManager::getConstraints(int uniqueId, const String8* path, const int action) { function in class:DrmManager
163 return rDrmEngine.getConstraints(uniqueId, path, action);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java368 public ContentValues getConstraints(String path, int action) { method in class:DrmManagerClient
399 public ContentValues getConstraints(Uri uri, int action) { method in class:DrmManagerClient
403 return getConstraints(convertUriToPath(uri), action);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp29 DrmConstraints* DrmEngineBase::getConstraints( function in class:DrmEngineBase
H A DIDrmManagerService.cpp156 DrmConstraints* BpDrmManagerService::getConstraints( function in class:BpDrmManagerService
855 = getConstraints(uniqueId, &path, data.readInt32());
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp253 = getDrmManagerClientImpl(env, thiz)->getConstraints(uniqueId, &pathString, usage);

Completed in 204 milliseconds