HomeSort by relevance Sort by last modified time
    Searched refs:drm (Results 126 - 150 of 304) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/drm_hwcomposer/
drmplane.h 33 DrmPlane(DrmResources *drm, drmModePlanePtr p);
platformnv.h 32 NvImporter(DrmResources *drm);
platformnv.cpp 25 #include <drm/drm_fourcc.h>
36 Importer *Importer::CreateInstance(DrmResources *drm) {
37 NvImporter *importer = new NvImporter(drm);
51 NvImporter::NvImporter(DrmResources *drm) : drm_(drm) {
platform.h 39 static Importer *CreateInstance(DrmResources *drm);
111 static std::unique_ptr<Planner> CreateInstance(DrmResources *drm);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_winsys.h 9 #include <drm.h>
  /frameworks/av/media/libstagefright/include/media/stagefright/
FileSource.h 26 #include <drm/DrmManagerClient.h>
66 /*for DRM*/
  /frameworks/base/drm/java/android/drm/
DrmInfo.java 17 package android.drm;
26 * between a device and an online DRM server. The DRM framework achieves
39 // DRM scheme such as account id, path or multiple path's
DrmInfoRequest.java 17 package android.drm;
23 * An entity class that is used to pass information to an online DRM server. An instance of this
31 * Acquires DRM server registration information.
35 * Acquires information for unregistering the DRM server.
DrmStore.java 17 package android.drm;
20 * Defines constants that are used by the DRM framework.
25 * Interface definition for the columns that represent DRM constraints.
26 * {@link android.drm.DrmManagerClient#getConstraints DrmManagerClient.getConstraints()}
28 * {@link android.drm.DrmStore.Action actions} that can be performed
41 * {@link android.drm.DrmStore.Action action}.
50 * {@link android.drm.DrmStore.Action action}.
58 * an {@link android.drm.DrmStore.Action action} can be performed on
67 * an {@link android.drm.DrmStore.Action action} can not be performed on
92 * Defines DRM object types
    [all...]
DrmSupportInfo.java 17 package android.drm;
23 * An entity class that wraps the capability of each DRM plug-in (agent),
24 * such as the MIME type and file suffix the DRM plug-in can handle.
36 * Adds the specified MIME type to the list of MIME types this DRM plug-in supports.
38 * @param mimeType MIME type that can be handles by this DRM plug-in.
53 * Adds the specified file suffix to the list of file suffixes this DRM plug-in supports.
55 * @param fileSuffix File suffix that can be handled by this DRM plug-in.
57 * that some DRM content comes with no file suffix.
69 * this DRM plug-in supports.
79 * this DRM plug-in supports
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
DownloadDrmHelper.java 21 import android.drm.DrmManagerClient;
27 /** The MIME type of special DRM files */
28 public static final String MIMETYPE_DRM_MESSAGE = "application/vnd.oma.drm.message";
30 /** The extensions of special DRM files */
36 * Checks if the Media Type is a DRM Media Type
40 * @return True if the Media Type is DRM else false
61 * Checks if the Media Type needs to be DRM converted
71 * Modifies the file extension for a DRM Forward Lock file NOTE: This
72 * function shouldn't be called if the file shouldn't be DRM converted
87 * Gets the original mime type of DRM protected content
    [all...]
  /hardware/intel/common/libva/va/x11/
va_dricommon.h 30 #include <drm.h>
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 206 Drm *drm = Hwcomposer::getInstance().getDrm(); local
207 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
229 Drm *drm = Hwcomposer::getInstance().getDrm(); local
230 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
TngSpritePlane.cpp 143 Drm *drm = Hwcomposer::getInstance().getDrm(); local
144 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
179 Drm *drm = Hwcomposer::getInstance().getDrm(); local
180 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp 204 Drm *drm = Hwcomposer::getInstance().getDrm(); local
205 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
227 Drm *drm = Hwcomposer::getInstance().getDrm(); local
228 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBufferMapper.cpp 17 #include <common/base/Drm.h>
77 Drm *drm = Hwcomposer::getInstance().getDrm(); local
78 ret = drm->writeReadIoctl(DRM_PSB_GTT_MAP, &arg, sizeof(arg));
104 Drm *drm = Hwcomposer::getInstance().getDrm(); local
105 ret = drm->writeIoctl(DRM_PSB_GTT_UNMAP, &arg, sizeof(arg));
  /hardware/interfaces/drm/1.0/default/
CryptoFactory.cpp 16 #define LOG_TAG "android.hardware.drm@1.0-impl"
26 namespace drm { namespace in namespace:android::hardware
34 // Methods from ::android::hardware::drm::V1_0::ICryptoFactory follow.
72 } // namespace drm
DrmFactory.cpp 16 #define LOG_TAG "android.hardware.drm@1.0-impl"
26 namespace drm { namespace in namespace:android::hardware
34 // Methods from ::android::hardware::drm::V1_0::IDrmFactory follow.
65 ALOGE("Drm legacy HAL: failed to create drm plugin");
83 } // namespace drm
  /hardware/interfaces/drm/1.0/default/include/
PluginLoader.h 27 namespace drm { namespace in namespace:android::hardware
  /hardware/interfaces/drm/1.0/vts/functional/
vendor_modules.cpp 17 #define LOG_TAG "drm-vts-vendor-modules"
32 using ::android::hardware::drm::V1_0::helper::SharedLibrary;
38 ALOGE("Unable to open drm VTS vendor directory %s", directory.c_str());
drm_hal_vendor_test.cpp 19 #include <android/hardware/drm/1.0/ICryptoFactory.h>
20 #include <android/hardware/drm/1.0/ICryptoPlugin.h>
21 #include <android/hardware/drm/1.0/IDrmFactory.h>
22 #include <android/hardware/drm/1.0/IDrmPlugin.h>
23 #include <android/hardware/drm/1.0/IDrmPluginListener.h>
24 #include <android/hardware/drm/1.0/types.h>
38 using ::android::hardware::drm::V1_0::BufferType;
39 using ::android::hardware::drm::V1_0::DestinationBuffer;
40 using ::android::hardware::drm::V1_0::EventType;
41 using ::android::hardware::drm::V1_0::ICryptoFactory
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DownloadDrmHelper.java 21 import android.drm.DrmManagerClient;
27 /** The MIME type of special DRM files */
28 public static final String MIMETYPE_DRM_MESSAGE = "application/vnd.oma.drm.message";
30 /** The extensions of special DRM files */
36 * Checks if the Media Type is a DRM Media Type
40 * @return True if the Media Type is DRM else false
61 * Checks if the Media Type needs to be DRM converted
71 * Modifies the file extension for a DRM Forward Lock file NOTE: This
72 * function shouldn't be called if the file shouldn't be DRM converted
87 * Gets the original mime type of DRM protected content
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 23 #include <drm/drm_framework_common.h>
26 #include <drm/DrmRights.h>
27 #include <drm/DrmConstraints.h>
28 #include <drm/DrmMetadata.h>
29 #include <drm/DrmInfo.h>
30 #include <drm/DrmInfoStatus.h>
31 #include <drm/DrmInfoRequest.h>
32 #include <drm/DrmSupportInfo.h>
33 #include <drm/DrmConvertedStatus.h>
172 String8("application/x-android-drm-fl")
    [all...]
  /cts/tests/tests/drm/lib/
Android.mk 31 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include
  /cts/tests/tests/security/src/android/security/cts/
MediaServerCrashTest.java 20 import android.drm.DrmConvertedStatus;
21 import android.drm.DrmManagerClient;
45 private static final String MIMETYPE_DRM_MESSAGE = "application/vnd.oma.drm.message";

Completed in 1543 milliseconds

1 2 3 4 56 7 8 91011>>