Searched defs:DrmInfoEvent (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/drm/java/android/drm/
H A DDrmInfoEvent.java26 public class DrmInfoEvent extends DrmEvent { class in inherits:DrmEvent
65 * Creates a <code>DrmInfoEvent</code> object with the specified parameters.
72 public DrmInfoEvent(int uniqueId, int type, String message) { method in class:DrmInfoEvent
78 * Creates a <code>DrmInfoEvent</code> object with the specified parameters.
87 public DrmInfoEvent(int uniqueId, int type, String message, method in class:DrmInfoEvent
/frameworks/av/include/drm/
H A DDrmInfoEvent.h26 * DrmManagerClient::OnInfoListener::onInfo(const DrmInfoEvent&).
28 class DrmInfoEvent { class in namespace:android
31 * The following constant values should be in sync with DrmInfoEvent.java
74 * Constructor for DrmInfoEvent
80 DrmInfoEvent(int uniqueId, int infoType, const String8 message);
83 * Destructor for DrmInfoEvent
85 virtual ~DrmInfoEvent() {}
/frameworks/av/drm/common/
H A DDrmInfoEvent.cpp18 #include <drm/DrmInfoEvent.h>
22 DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 message) function in class:DrmInfoEvent
29 int DrmInfoEvent::getUniqueId() const {
33 int DrmInfoEvent::getType() const {
37 const String8 DrmInfoEvent::getMessage() const {

Completed in 94 milliseconds