OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrmInfoEvent
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/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/av/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
() {}
Completed in 455 milliseconds