HomeSort by relevance Sort by last modified time
    Searched defs:drm (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /cts/tests/tests/drm/src/android/drm/cts/
NativeCodeTest.java 17 package android.drm.cts;
33 * Returns true iff this device is vulnerable to arbitrary code execution in drm server
ConfigFactory.java 17 package android.drm.cts;
21 import android.drm.cts.configs.PassthruConfig;
22 import android.drm.cts.configs.FwdLockConfig;
30 * @param plugInName Name of DRM plug-in. The name SHOULD be consistent with
Config.java 17 package android.drm.cts;
DrmInfoStatusTest.java 17 package android.drm.cts;
21 import android.drm.DrmInfoStatus;
22 import android.drm.DrmInfoRequest;
23 import android.drm.ProcessedData;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.h 36 struct nouveau_drm *drm; member in struct:nouveau_screen
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
BlankControl.cpp 18 #include <common/base/Drm.h>
36 Drm *drm = Hwcomposer::getInstance().getDrm(); local
37 return drm->setDpmsMode(disp, !blank);
VsyncControl.cpp 17 #include <common/base/Drm.h>
61 Drm *drm = Hwcomposer::getInstance().getDrm(); local
62 return drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));
77 Drm *drm = Hwcomposer::getInstance().getDrm(); local
78 bool ret = drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));
  /hardware/interfaces/drm/1.0/default/
LegacyPluginPath.cpp 23 namespace drm { namespace in namespace:android::hardware
28 if (property_get_bool("drm.64bit.enabled", false)) {
37 } // namespace drm
LegacyPluginPath.h 23 namespace drm { namespace in namespace:android::hardware
31 } // namespace drm
TypeConvert.cpp 16 #define LOG_TAG "android.hardware.drm@1.0-impl"
22 namespace drm { namespace in namespace:android::hardware
76 } // namespace drm
TypeConvert.h 20 #include <android/hardware/drm/1.0/types.h>
26 namespace drm { namespace in namespace:android::hardware
74 } // namespace drm
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
CryptoFactory.h 19 #include <android/hardware/drm/1.0/ICryptoFactory.h>
26 namespace drm { namespace in namespace:android::hardware
30 using ::android::hardware::drm::V1_0::helper::PluginLoader;
31 using ::android::hardware::drm::V1_0::ICryptoFactory;
32 using ::android::hardware::drm::V1_0::ICryptoPlugin;
44 // Methods from ::android::hardware::drm::V1_0::ICryptoFactory follow.
64 } // namespace drm
  /frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java 17 package android.drm;
22 * An instance of this class may be created two ways by the drm framework:
DrmInfoStatus.java 17 package android.drm;
21 * and an online DRM server. Specifically, when the
48 * The type of DRM information processed. Must be one of the valid type
69 * @param infoType The type of the DRM information processed. Must be a valid
ProcessedData.java 17 package android.drm;
22 * transaction between a device and a DRM server.
DrmErrorEvent.java 17 package android.drm;
40 * Response from the server cannot be handled by the DRM plug-in (agent).
58 * Failed to remove all the rights objects associated with all DRM schemes.
DrmEvent.java 17 package android.drm;
22 * A base class that is used to send asynchronous event information from the DRM framework.
31 * All of the rights information associated with all DRM schemes have been successfully removed.
35 * The given DRM information has been successfully processed.
DrmInfoEvent.java 17 package android.drm;
  /hardware/interfaces/drm/1.0/default/include/
SharedLibrary.h 25 namespace drm { namespace in namespace:android::hardware
  /external/libdrm/tegra/
private.h 42 struct drm_tegra *drm; member in struct:drm_tegra_bo
  /frameworks/av/drm/libmediadrm/
IMediaDrmService.cpp 77 sp<IDrm> drm = makeDrm(); local
78 reply->writeStrongBinder(IInterface::asBinder(drm));
  /frameworks/av/media/libmedia/include/media/
DrmSessionManager.h 36 sp<DrmSessionClientInterface> drm; member in struct:android::SessionInfo
50 void addSession(int pid, const sp<DrmSessionClientInterface>& drm, const Vector<uint8_t>& sessionId);
53 void removeDrm(const sp<DrmSessionClientInterface>& drm);
65 int pid, sp<DrmSessionClientInterface>* drm, Vector<uint8_t>* sessionId);
  /hardware/intel/common/libmix/mix_video/src/
test.c 68 MixDrmParams *drm = mix_drmparams_new (); local
74 mix_video_initialize (video, mode, init_params, drm);
81 mix_params_unref (MIX_PARAMS (drm));
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VsyncControl.cpp 17 #include <Drm.h>
61 Drm *drm = Hwcomposer::getInstance().getDrm(); local
62 return drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));
77 Drm *drm = Hwcomposer::getInstance().getDrm(); local
78 bool ret = drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));

Completed in 478 milliseconds

1 2 3 4 5