Searched refs:DrmInfoEvent (Results 1 - 18 of 18) sorted by relevance

/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 {
H A DIDrmServiceListener.cpp22 #include <drm/DrmInfoEvent.h>
27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) {
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
H A DAndroid.mk31 DrmInfoEvent.cpp \
/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() {}
H A DDrmManagerClient.h29 class DrmInfoEvent;
55 virtual void onInfo(const DrmInfoEvent& event) = 0;
/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
H A DDrmManagerClient.java81 * @param event The {@link DrmInfoEvent} instance that wraps the status information or
84 public void onInfo(DrmManagerClient client, DrmInfoEvent event);
201 DrmInfoEvent info = null;
211 case DrmInfoEvent.TYPE_REMOVE_RIGHTS: {
217 info = new DrmInfoEvent(uniqueId, infoType, message);
220 case DrmInfoEvent.TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT:
221 case DrmInfoEvent.TYPE_RIGHTS_INSTALLED:
222 case DrmInfoEvent.TYPE_WAIT_FOR_RIGHTS:
223 case DrmInfoEvent.TYPE_ACCOUNT_ALREADY_REGISTERED:
224 case DrmInfoEvent
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h26 class DrmInfoEvent;
43 virtual status_t notify(const DrmInfoEvent& event) = 0;
55 virtual status_t notify(const DrmInfoEvent& event);
H A DDrmManagerClientImpl.h28 class DrmInfoEvent;
410 virtual status_t notify(const DrmInfoEvent& event);
H A DNoOpDrmManagerClientImpl.h69 status_t notify(const DrmInfoEvent& event);
H A DDrmManager.h133 void onInfo(const DrmInfoEvent& event);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h32 class DrmInfoEvent;
49 virtual void onInfo(const DrmInfoEvent& event) = 0;
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp148 status_t NoOpDrmManagerClientImpl::notify(const DrmInfoEvent& event) {
H A DDrmManagerClientImpl.cpp337 status_t DrmManagerClientImpl::notify(const DrmInfoEvent& event) {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h28 #include <DrmInfoEvent.h>
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp25 #include <drm/DrmInfoEvent.h>
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp28 #include <drm/DrmInfoEvent.h>
140 void onInfo(const DrmInfoEvent& event);
166 void JNIOnInfoListener::onInfo(const DrmInfoEvent& event) {
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp23 #include <drm/DrmInfoEvent.h>
600 void DrmManager::onInfo(const DrmInfoEvent& event) {

Completed in 268 milliseconds