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

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h62 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManager.h75 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManagerClientImpl.h86 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DIDrmManagerService.h98 virtual DrmConstraints* getConstraints(
190 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 DDrmManagerClientImpl.cpp98 DrmConstraints* DrmManagerClientImpl::getConstraints( function in class:DrmManagerClientImpl
103 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.cpp95 DrmConstraints* DrmManagerService::getConstraints( function in class:DrmManagerService
97 ALOGV("Entering getConstraints from content");
98 return mDrmManager->getConstraints(uniqueId, path, action);
H A DDrmManager.cpp168 DrmConstraints* DrmManager::getConstraints(int uniqueId, const String8* path, const int action) { function in class:DrmManager
173 return rDrmEngine.getConstraints(uniqueId, path, action);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java357 public ContentValues getConstraints(String path, int action) { method in class:DrmManagerClient
388 public ContentValues getConstraints(Uri uri, int action) { method in class:DrmManagerClient
392 return getConstraints(convertUriToPath(uri), action);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp29 DrmConstraints* DrmEngineBase::getConstraints( function in class:DrmEngineBase
H A DIDrmManagerService.cpp168 DrmConstraints* BpDrmManagerService::getConstraints( function in class:BpDrmManagerService
878 = getConstraints(uniqueId, &path, data.readInt32());
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp251 = getDrmManagerClientImpl(env, thiz)->getConstraints(uniqueId, &pathString, usage);

Completed in 339 milliseconds