Searched refs:getConstraints (Results 26 - 44 of 44) sorted by relevance

12

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h86 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManagerService.h79 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/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/base/core/tests/coretests/src/android/widget/espresso/
H A DFloatingToolbarEspressoUtils.java162 public Matcher<View> getConstraints() {
H A DDragAction.java443 public Matcher<View> getConstraints() { method in class:DragAction
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp158 DrmConstraints* DrmManagerService::getConstraints( function in class:DrmManagerService
160 ALOGV("Entering getConstraints from content");
161 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.java375 public ContentValues getConstraints(String path, int action) { method in class:DrmManagerClient
406 public ContentValues getConstraints(Uri uri, int action) { method in class:DrmManagerClient
410 return getConstraints(convertUriToPath(uri), action);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DPopupMenuTest.java147 public Matcher<View> getConstraints() {
172 public Matcher<View> getConstraints() {
197 public Matcher<View> getConstraints() {
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp100 DrmConstraints* DrmManagerClientImpl::getConstraints( function in class:DrmManagerClientImpl
105 getDrmManagerService()->getConstraints(uniqueId, path, action);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp29 DrmConstraints* DrmEngineBase::getConstraints( function in class:DrmEngineBase
H A DIDrmManagerService.cpp157 DrmConstraints* BpDrmManagerService::getConstraints( function in class:BpDrmManagerService
860 = getConstraints(uniqueId, &path, data.readInt32());
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorSnackbarWithFabTest.java63 public Matcher<View> getConstraints() {
H A DBottomSheetBehaviorTest.java132 public Matcher<View> getConstraints() { method in class:BottomSheetBehaviorTest.DragAction
195 public Matcher<View> getConstraints() { method in class:BottomSheetBehaviorTest.AddViewAction
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentDynamicLayoutTest.java84 public Matcher<View> getConstraints() {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerDynamicLayoutTest.java88 public Matcher<View> getConstraints() {
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp253 = getDrmManagerClientImpl(env, thiz)->getConstraints(uniqueId, &pathString, usage);

Completed in 422 milliseconds

12