HomeSort by relevance Sort by last modified time
    Searched defs:DrmInfoEvent (Results 1 - 6 of 6) sorted by null

  /frameworks/base/drm/common/
DrmInfoEvent.cpp 18 #include <drm/DrmInfoEvent.h>
22 DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 message)
29 int DrmInfoEvent::getUniqueId() const {
33 int DrmInfoEvent::getType() const {
37 const String8 DrmInfoEvent::getMessage() const {
  /frameworks/base/drm/java/android/drm/
DrmInfoEvent.java 26 public class DrmInfoEvent extends DrmEvent {
54 * Creates a <code>DrmInfoEvent</code> object with the specified parameters.
60 public DrmInfoEvent(int uniqueId, int type, String message) {
65 * Creates a <code>DrmInfoEvent</code> object with the specified parameters.
73 public DrmInfoEvent(int uniqueId, int type, String message,
  /frameworks/base/include/drm/
DrmInfoEvent.h 26 * DrmManagerClient::OnInfoListener::onInfo(const DrmInfoEvent&).
28 class DrmInfoEvent {
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() {}
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 70 milliseconds